:root {
  --accent:           #c8401a;
  --bg:               #F8F7F4;
  --color-text:       #1a1a1a;
  --color-text-muted: #6b6b6b;
  --color-border:     #e0ddd8;
  --color-white:      #ffffff;
  --font-heading:     'Bebas Neue', sans-serif;
  --font-body:        'Abel', 'Nunito Sans', sans-serif;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.5rem;
  --text-2xl:   2rem;
  --text-3xl:   3rem;
  --space-xs:   0.25rem;
  --space-sm:   0.5rem;
  --space-md:   1rem;
  --space-lg:   1.5rem;
  --space-xl:   2rem;
  --space-2xl:  3rem;
  --space-3xl:  4rem;
  --radius: 0;
  --shadow: 0 2px 8px rgba(0,0,0,0.08);

  /* ── Form / input tokens ────────────────────────────────── */
  --color-card-border:   #e5e7eb;
  --color-divider:       #f3f4f6;
  --color-section:       #9ca3af;
  --color-label:         #6b7280;
  --color-field-border:  #d1d5db;
  --color-error:         #ef4444;
  --color-preset-text:   #4b5563;
  --color-field-row-bg:  #fafafa;

  /* ── Navigation button tokens ──────────────────────────── */
  --bip-win:   #7ab648;
  --bip-lose:  #c8401a;
}
