

/* ====== Dark Theme ====== */
.theme-dark {
    background-color: #121212;
    color: #f1f1f1;
}
.theme-dark footer {
    background-color: #1e1e1e;
}
.theme-dark .bg-light {
    background-color: #1a1a1a !important;
}