/* Tailwind v4 Theme Configuration */
@theme {
  --color-srg-blue: #0e47a1;
  --color-srg-blue-light: #4f77cc;
  --color-srg-blue-lighter: #a5bce9;
  --color-zenith-teal: #098f7d;
  --color-zenith-teal-light: #24bba7;
  --color-accent-yellow: #eab308;
}

/* Fallback CSS Custom Properties */
:root {
  --srg-blue: #0e47a1;
  --srg-blue-light: #4f77cc;
  --srg-blue-lighter: #a5bce9;
  --zenith-teal: #098f7d;
  --zenith-teal-light: #24bba7;
  --accent-yellow: #eab308;
}
