:root{--theme-primary: #28a745;--theme-secondary: #20c997;--theme-accent: #2ecc71;--theme-primary-dark: #1e3a5f;--theme-light: #f8f9fa;--theme-border: #e9ecef;--theme-text-muted: #6c757d;--theme-success-bg: #d1e7dd;--theme-success-text: #0f5132;--theme-info-bg: #cff4fc;--theme-info-text: #055160;--theme-warning-bg: #fff3cd;--theme-warning-text: #664d03;--theme-danger-bg: #f8d7da;--theme-danger-text: #842029;--theme-secondary-bg: #e2e3e5;--theme-secondary-text: #41464b;--menu-bg: linear-gradient(135deg, #28a745 0%, #20c997 100%);--footer-bg: linear-gradient(135deg, #28a745 0%, #20c997 100%);--section-bg: #f3fff6;--ribbon-fill-primary: #2ecc71;--ribbon-fill-base: #f8f9fa;--ribbon-stroke: #f8f9fa;}
.hero-section{background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-secondary) 100%) !important;}
.navbar, .navbar-custom{background: var(--menu-bg) !important;}
.footer, .footer-custom{background: var(--footer-bg) !important;}
.section-bg-custom{background: var(--section-bg) !important;}
.btn-primary{background-color: var(--theme-primary) !important; border-color: var(--theme-primary) !important;}
.btn-accent{background-color: var(--theme-accent) !important; border-color: var(--theme-accent) !important;}
