/* ============================================================
   ANZENNA — design tokens (single source of truth)
   ------------------------------------------------------------
   Canonical palette + type tokens. site.css, site-chrome.css and
   anzenna.css @import this file instead of redeclaring :root, and
   no page should inline these tokens (enforced by
   `tools/geotools invariants`: no --paper/--ink outside this folder).
   ============================================================ */
:root {
  --paper: #f4ece0;
  --paper-2: #ece2d0;
  --paper-3: #e2d6c1;
  --ink: #2a2520;
  --ink-soft: #5a4f44;
  --ink-dim: #8a7e70;
  --ink-faint: #b9ae9d;
  --line: #d9cdb9;
  --line-soft: #e6dcc8;

  --sky-1: #b8c7c9;
  --sky-2: #c7d0ce;
  --dawn: #f3dfb8;
  --rose: #d9a79a;
  --plum: #a78ea3;
  --sage: #a8b49a;
  --moss: #7d8a6a;
  --terracotta: #c08a6b;
  --wine:  #8a4a56;

  --serif: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter Tight", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --script: "Caveat", cursive;
}
