/* Design tokens — the single swap point for the visual identity.
   Palette read from the reference posters (2026-08-06): scarlet on a cool
   near-black, bone type, steel secondaries. Red is the accent, never the
   ground — a red field reads as a campaign poster; this is an archive.
   Contrast measured against the surfaces below, not estimated. */
:root {
  /* surfaces — cool-biased near-black */
  --bg: #0B1116;
  --bg-2: #101820;
  --card: #151F27;
  --card-2: #1A2530;

  /* ink — bone and steel */
  --ink: #EDEAE6;      /* 13.9:1 on card */
  --ink-2: #A7B0B6;    /*  7.6:1 */
  --ink-3: #6E7A82;    /*  3.8:1 — meta only, never body copy */

  /* identity accent — scarlet */
  --accent: #D0202E;      /* marks, rules, fills: 3.1:1 on card (≥3 for non-text) */
  --accent-ink: #E6555E;  /* small text only: 4.6:1 on card */
  --accent-soft: #2A1218;

  /* memorial + open state — muted brass, kept away from the accent */
  --gold: #B9945A;     /* 5.9:1 on card */
  --gold-soft: #241C12;

  /* rules & states */
  --rule: #26313B;
  --rule-2: #1C2731;
  --ok: #7FAE85;
  --open: #C9A05E;

  /* chart palette — validated (dataviz six checks, surface #151F27) */
  --chart-1: #D0454F;
  --chart-2: #4E8AC8;

  /* type */
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: ui-monospace, Menlo, Consolas, monospace;

  --measure: 66ch;
  color-scheme: dark;
}
