
/* --- Global Theme Colors --- */
:root {
    --primary-color: #4CAF50;
    --secondary-color: #087f23;
}

/* Base Classes for Colors */
.bg-primary, .btn-primary, .header-bg {
    background-color: var(--primary-color) !important;
}
.text-primary {
    color: var(--primary-color) !important;
}

.bg-secondary, .btn-secondary, .footer-bg {
    background-color: var(--secondary-color) !important;
}

/* --- Admin Panel Custom CSS --- */
