/* ========== Design Tokens – Florida State Theme ========== */
:root {
  /* Core colors – Florida-inspired official palette */
  --color-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-text: #1e293b;
  --color-text-muted: #64748b;

  /* Primary: deep ocean / Florida blue */
  --color-primary: #0c4a6e;
  --color-primary-dark: #082f49;

  /* Supporting dark for headers & official banners */
  --color-dark: #0f172a;

  /* Borders & subtle accents */
  --color-border: #e2e8f0;
  --color-accent: #38bdf8;          /* lighter sky accent */

  /* Sunshine accent for highlights / secondary actions */
  --color-sunshine: #ea580c;
  --color-sunshine-dark: #c2410c;

  /* Soft Florida sand / warm neutral */
  --color-sand: #faf8f5;

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 14px;
}
