/* Dynamic CSS Variables - Generated from Database Settings */
:root {
    --warna: #8e01da;
    --warna_2: #55baec;
    --warna_3: #005b94;
    --warna_17: #015fda;
    --warna_27: #1c1c1c;
    --theme-primary: #9b59b6;
    --theme-secondary: #1abc9c;
    --theme-accent: #f1c40f;
}

/* Additional theme styles */
.btn-primary {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.btn-success {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
}

.text-primary {
    color: var(--theme-primary) !important;
}

.bg-primary {
    background-color: var(--theme-primary) !important;
}

/* Brand specific colors */
.brand-orange {
    color: var(--warna) !important;
}

.brand-green {
    color: var(--warna_17) !important;
}

.brand-light-green {
    color: var(--warna_2) !important;
}

.bg-brand-dark {
    background-color: var(--warna_27) !important;
}

/* Footer specific styling */
.bg-footer {
    background-color: var(--warna_27) !important;
}

/* Last updated: 2025-12-01 05:00:05 */
