/* Sindbad Capital — brand tokens · v1 · never edited casually */
:root{
  --color-paper:#F7F2E9;      /* ground — never pure white */
  --color-paper-deep:#EFE7D8; /* panels */
  --color-ink:#1B1713;        /* near-black warm ink */
  --color-ink-soft:#4A443C;   /* secondary text */
  --color-rust:#B23A26;       /* scarce: eyebrows, one key numeral, banners, hairlines */
  --color-sea:#16343A;        /* rarer: links and chart strokes only */
  --hairline:rgba(27,23,19,0.22);
  --font-display:'Newsreader',serif;   /* 600, lh 1.02, tracking -0.01em */
  --font-body:'Newsreader',serif;      /* 400, 1.0625rem/1.6, 62ch measure */
  --font-label:'Spline Sans Mono',monospace; /* UPPERCASE, 0.18em tracking, 0.6875rem */
  --font-sans:'Spline Sans',sans-serif;      /* rare secondary */
  --radius:0; /* documents have corners; no shadows, no gradients, no transparency */
}