/* LeagueX design tokens — Grass Field palette
   Locked: light dominant surface, dark ink, single deep green primary,
   one warm accent for CTA / live markers. WCAG AA verified. */
:root {
  --primary: #2C7A36;
  --primary-700: #225C29;
  --primary-50: #EAF3E6;
  --accent: #B05D00;
  --accent-700: #844300;
  --background: #F6FBF3;
  --surface: #FFFFFF;
  --surface-2: #E6F2DF;
  --surface-3: #F1F8EB;
  --text: #1F3020;
  --text-2: #3B5040;
  --muted: #4F6253;
  --border: #CBE0C4;
  --border-strong: #9CC497;
  --ink: #14241A;
  --shadow-card: 0 1px 2px rgba(20,36,26,.04), 0 8px 24px rgba(20,36,26,.06);
  --shadow-soft: 0 1px 2px rgba(20,36,26,.04);
  --radius: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --max-w: 1180px;
  --header-h: 72px;
  --font-display: "Manrope", "Noto Sans Devanagari", system-ui, sans-serif;
  --font-body: "Manrope", "Noto Sans Devanagari", system-ui, sans-serif;
}