/* caro-viewer-tokens-base.css — shared chrome palette for Visual Demography viewers.
   Neutrals mirror caro-quarto/_extensions/caro-quarto/_caro-tokens.scss; drift is
   guarded by scripts/tests/visual/test-viewer-tokens.R on the main site.

   Per-piece data colors (--cv-young, --cv-flow-a, …) live in caro-viewer-tokens.css
   beside this file. Load base first, then the piece tokens, then viewer-chrome.css. */
:root {
  --cv-bg: #F9F8F6;        /* $body-bg */
  --cv-ink: #242424;       /* $body-color */
  --cv-secondary: #525252; /* $secondary */
  --cv-border: #dedad3;    /* $border-color */
  --cv-warm: #b5654a;      /* $accent-warm */
  --cv-primary: #8c1d40;   /* $primary */
}
