@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --brand: #0E69FF;
  --danger: #C52127;
}

.fi-sidebar {
  background: linear-gradient(180deg, #0E69FF 0%, #0C4DD8 100%) !important;
  color: white !important;
}

.fi-sidebar .fi-navigation-group-label {
  font-weight: 600;
  color: #fff !important;
}

.fi-topbar {
  background: #fff !important;
}
