/* caro-viewer-tokens.css — data palette (Explaining the differences in life expectancies).
   Chrome neutrals live in caro-viewer-tokens-base.css (shared, drift-tested).
   engine.js reads these via cssVar('--cv-*') — do not hardcode hexes in JS.
   Archetype A pattern (Example B of demographyandme-visual-art/examples.md:
   observed/comparison data, no seed) — not Lexis/Leslie, so this piece defines
   its own semantic roles rather than reusing --cv-young/--cv-old. */
:root {
  --cv-reference: #b5654a;
  --cv-comparison: #6a9bcc;
  --cv-answer: #8c1d40;
  --cv-band: rgba(140, 29, 64, 0.14);
  --cv-fill: rgba(140, 29, 64, 0.10);
}
