/* Sunlit League — V9 FSL11 — zocketin.com */
:root {
  --primary: #176A9E;
  --primary-deep: #0F4F78;
  --primary-soft: #E2EEF6;
  --accent: #D17A00;
  --accent-soft: #FFE6BF;
  --background: #FFFBEF;
  --surface: #FFFFFF;
  --surface-2: #FFF0C8;
  --surface-3: #F4ECD8;
  --ink: #1D2A36;
  --ink-soft: #2E3D4D;
  --muted: #5E6871;
  --muted-2: #7C8693;
  --border: #ECD9A7;
  --border-soft: #F0E5C2;
  --live: #C0392B;
  --success: #2C7A4A;
  --warning: #B07A00;
  --shadow-card: 0 1px 2px rgba(29,42,54,0.04), 0 8px 24px rgba(29,42,54,0.06);
  --shadow-soft: 0 1px 1px rgba(29,42,54,0.04);
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;
  --container: 1200px;
  --gutter: clamp(16px, 3vw, 28px);
  --section-y: clamp(36px, 5vw, 64px);
  --font-display: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-devanagari: "Noto Sans Devanagari", "Nunito Sans", system-ui, sans-serif;
  --tracking-tight: -0.01em;
  --tracking-display: -0.02em;
  --transition: 200ms ease;
}
