@import "../../../../vendor/resma/filament-awin-theme/resources/css/theme.css";

/* your overrides AFTER, with high specificity */
.fi-main{ background-color:#f5f5f5 !important; }
.fi-topbar{ background-color:#e8f2ff !important; }
.fi-sidebar{ background-color:#e8f2ff !important; }

.dark .fi-main{ background-color:#0b1220 !important; }
.dark .fi-topbar{ background-color:#111827 !important; }
.dark .fi-sidebar{ background-color:#1f2937 !important; }
