/* ============================================================
   Seed & Slumber. THE brand design tokens. Single source of truth.
   Marketing site is the canonical "it looks good" reference (docs/BRAND.md);
   these are its exact hexes. Every page <link>s this ONE file so a brand
   change is a one-file edit and never drifts across pages.

   No build step. Openable via file://.

   App-SCOPED overrides (the reader/app's intentionally deeper reading dusk and
   its reuse of --sage-soft as a pale card fill, plus the app-only --page/--paper/
   --line surface tokens) live in app/app.css under a documented block. They are
   deliberate, not drift. Do NOT re-declare brand hexes anywhere else.
   ============================================================ */
:root{
  /* ---- warm neutrals (paper + ink) ---- */
  --cream:#fbf5ea; --cream-2:#f3e8d4;
  --ink:#3a2e26; --ink-soft:#6b5a4c;

  /* ---- sage (brand green) ---- */
  --sage:#5a7a4f; --sage-deep:#3f5539; --sage-soft:#d5e6cf;

  /* ---- gold + glow (accent + warm light) ---- */
  --gold:#c79a4e; --gold-deep:#9a7b53; --glow:#ffdf9e;

  /* ---- dusk (night sky, dark sections) ---- */
  --dusk-1:#2a2440; --dusk-2:#3d3357; --dusk-3:#6a4f63; --horizon:#c98b5b;

  /* ---- alert ---- */
  --rose:#b8695e;

  /* ---- type ---- */
  --display:'Fraunces',Georgia,serif; --body:'Newsreader',Georgia,serif;

  /* ---- layout ---- */
  --maxw:1080px;
}
