/*@import 'filament/eg-login/theme.css';*/


/* Apply only when NOT in dark mode */
html:not(.dark) body {
    background-color: aliceblue; /* light gray */
    color: #111827; /* dark text */
}

/* Example: customize table header in light mode */
html:not(.dark) .fi-ta-header {
    background-color: aliceblue !important; /* light gray header */
    color: #1f2937 !important; /* dark text */
}

/*!* Example: change primary button in light mode *!*/
/*html:not(.dark) .fi-btn-primary {*/
/*    background-color: #2563eb; !* blue-600 *!*/
/*    border-color: #2563eb;*/
/*}*/
