/* Trump Action Archive — shared design tokens (single source of truth).
   CANONICAL copy: taa/public/assets/tokens.css (git-tracked).
   The theme copy (wordpress/taa-shell/tokens.css) is GENERATED from this file
   by wordpress/tools/sync_tokens.sh — never hand-edit the theme copy.
   Loaded by both the archive app (index.php) and the taa-shell theme
   (functions.php) ahead of their own stylesheet. App-specific values such as
   --wrap (content width) intentionally stay local to each app. */

:root {
  /* palette */
  --ink:#1b1f24;
  --paper:#f6f4ee;
  --paper-2:#ffffff;
  --navy:#1f2d3d;
  --navy-2:#172230;
  --rule:#d9d3c5;
  --rule-strong:#c3bba8;
  --accent:#8a2b2b;      /* oxblood — Tier 1 / primary record */
  --accent-2:#35597a;    /* slate — corroborated */
  --muted:#5c6470;
  --good:#2f6b46;        /* success / confirmed */

  /* type */
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
