/* The Bergen League — design tokens · THEME v3 "PAPER & SCRIPT" (retro streetball light, Danny 8/9)
   Source of truth: design/build-brief.md + direction addendum. */

@font-face{
  font-family:'Bebas Neue';
  src:url('../assets/fonts/bebas-latin.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Archivo';
  src:url('../assets/fonts/archivo-latin.woff2') format('woff2');
  font-weight:400 700;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Shrikhand';
  src:url('../assets/fonts/shrikhand-latin.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Oleo Script Swash Caps';
  src:url('../assets/fonts/oleo-swash-latin.woff2') format('woff2');
  font-weight:700;font-style:normal;font-display:swap;
}

:root{
  /* palette — crest colors, light world */
  --base:#F5F0E5;          /* warm paper — page base */
  --surface:#FCFAF4;       /* card white */
  --ink:#131F36;           /* text — near the crest navy */
  --navy:#0A1B33;          /* crest navy — dark islands + ink display */
  --gold:#B8862F;          /* champagne gold, deepened for light bg; only where something was won */
  --orange:#E8722C;        /* ball orange — actions + the script shadow */
  --bone:#F2EFE6;          /* light text INSIDE dark islands only */
  --mut:#5D6778;
  --hairline:rgba(10,27,51,.14);

  /* type */
  --display:'Bebas Neue', 'Arial Narrow', sans-serif;   /* data voice — tables, labels, stats */
  --script:'Shrikhand', 'Georgia', cursive;  /* THE brand voice — Danny reverted to Shrikhand 8/9 ("the new one looks worse") */
  --body:'Archivo', system-ui, sans-serif;

  /* rhythm */
  --h1:clamp(44px, 8.5vw, 104px);
  --h2:clamp(30px, 4.5vw, 54px);
  --step-0:15px;
  --step--1:13px;
  --kicker:12px;
  --space-section:clamp(64px, 10vh, 120px);
  --gutter:clamp(20px, 4vw, 48px);
  --measure:64ch;
  --radius:12px;
}
