
/* Palet Warna Dinamis dari Database */
body {
    background-color: #0D83F2;
}

.bg-bpr-primary { background-color: #1562C6; }
.text-bpr-primary { color: #E2AC18; } /* Teks di background terang */

.bg-bpr-accent { background-color: #E8A617; }
.text-bpr-accent { color: #E8A617; }
.border-bpr-accent { border-color: #E8A617; }

/* Warna khusus untuk elemen di atas background gelap */
.footer-text { color: #0DB3C9; }

/* Contoh lain jika dibutuhkan */
.promo-item.active {
    background-color: #E8A61720; /* Menambahkan transparansi */
    border-left-color: #E8A617;
}
