/* Velostream brand tokens · v1.0 · September 2026
   Copy this file as-is into any web surface. Do not edit copies; edit here. */
:root{
  /* Surfaces (dark is the default brand ground) */
  --bg:#0C0C0E;          /* Ink */
  --bg-2:#111114;
  --panel:#131316;       /* Tile */
  --panel-2:#17171B;
  --line:#232327;
  --line-soft:#1B1B1F;

  /* Text on dark */
  --ink:#F2EFE8;         /* Paper, used as text on dark */
  --ink-dim:#A7A7AE;
  --ink-faint:#6E6E76;

  /* Light ground */
  --paper:#F2EFE8;       /* Paper */
  --paper-2:#E9E4D9;
  --paper-line:#D9D4C8;
  --ink-on-paper:#0C0C0E;

  /* The one accent: the tally light */
  --accent:#FF3B2F;      /* Tally, on dark */
  --accent-deep:#B3221B; /* Tally, on light */
  --accent-glow:rgba(255,59,47,.14);

  /* Type */
  --font-display:"Instrument Serif",Georgia,"Times New Roman",serif;
  --font-sans:"Instrument Sans",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  --track-wordmark:.10em;
  --track-label:.16em;

  --maxw:1120px;
  --radius:14px;
}
