:root {
    --primary-color: #fcfcfc;
    --primary-hover: #c9c9c9;
    --button-color: #007bff;
    --button-hover: #0062cc;
    --text-color: #0a0000;
    --text-muted: #0e0000;
    --bg-color: #f7f7f7;
    --bg-light: #ffffff;
    --footer-bg: #1e293b;
}

/* Dynamic Theme Styles */
.btn-primary, .btn-admin.btn-admin-primary { background-color: #fcfcfc !important; border-color: #fcfcfc !important; }
.btn-primary:hover, .btn-admin.btn-admin-primary:hover { background-color: #c9c9c9 !important; border-color: #c9c9c9 !important; }
.navbar-brand, .nav-link:hover, .text-primary { color: #fcfcfc !important; }
.section-title { color: #fcfcfc !important; }
.current-price { color: #fcfcfc !important; }
.btn:not(.btn-primary), .btn-admin:not(.btn-admin-primary) { background-color: #007bff !important; border-color: #007bff !important; }
.btn:not(.btn-primary):hover, .btn-admin:not(.btn-admin-primary):hover { background-color: #0062cc !important; border-color: #0062cc !important; }
body { color: #0a0000 !important; }
.text-muted, .text-secondary, .section-subtitle { color: #0e0000 !important; }
h1, h2, h3, h4, h5, h6 { color: #0a0000 !important; }
body, .bg-light, .container { background-color: #f7f7f7 !important; }
.section { background-color: #f7f7f7 !important; }
footer, .footer, .footer-section { background-color: #1e293b !important; }
footer .text-muted { color: #30415e !important; }
