/* Fonts and design tokens. Loaded first: everything downstream reads from here. */

/* Paths are relative to this stylesheet, not to index.html. */
@font-face{font-family:'Unbounded';font-weight:200 900;font-display:swap;
  src:url('../assets/fonts/unbounded-latin-wght-normal.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Archivo';font-weight:100 900;font-display:swap;
  src:url('../assets/fonts/archivo-latin-wght-normal.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'JetBrains Mono';font-weight:400 700;font-display:swap;
  src:url('../assets/fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

:root{
  /* --ink3 is the floor: 4.55:1 on --void, just clear of the 4.5 AA minimum.
     Lowering it fails the footer, the card labels and the scroll cue at once. */
  --void:#04040E; --ink:#F2F0FF; --ink2:#A9A5CE; --ink3:#7672A0;
  --line:rgba(180,170,255,.16); --line-hi:rgba(180,170,255,.34);
  /* Rewritten every frame by the swarm: the page borrows its current colour. */
  --live:#7B4BD8; --live-dim:#2B2A7A;
  --disp:'Unbounded',system-ui,sans-serif;
  --sans:'Archivo',system-ui,-apple-system,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
  --pad:clamp(20px,5vw,72px);
}
