/* Admin panel theme override (primary #d32f2f, secondary #1a237e) */
.text-primary { color: #d32f2f !important; }
.bg-primary { background-color: #d32f2f !important; }
.border-primary { border-color: #d32f2f !important; }
.hover\:bg-primary:hover { background-color: #d32f2f !important; }
.text-secondary { color: #1a237e !important; }
.bg-secondary { background-color: #1a237e !important; }
.border-secondary { border-color: #1a237e !important; }
