/* Design tokens — change brand colors and fonts here.
   Loaded first; every other CSS file depends on these. */
:root{
  --ink:#0f0e0c;
  --paper:#f7f4ef;
  --card:#fffdf9;
  --amber:#c8922a;
  --amber-light:#f5e9cc;
  --amber-mid:#e8c97a;
  --rule:#d4cfc5;
  --muted:#7a756c;
  --muted-strong:#5d584f;
  --danger:#a32d2d;
  --font-display:'DM Serif Display',serif;
  --font-ui:'Syne',sans-serif;
  --font-mono:'DM Mono',monospace;
}
