/* ==========================================================================
   THEME — DUSK
   From Zeffie's own prototype. Plum-brown ink, a single clay accent sampled
   from the umbrella on the I Meant You cover.
   Activate with:  cp themes/dusk.css public/assets/css/tokens.css
   ========================================================================== */
:root{
  --paper:#FDFBFA;
  --paper-blur:rgba(253,251,250,.90);
  --card:#FFFFFF;
  --ink:#3A2E32;
  --muted:#9A8288;
  --accent:#C98A6E;
  --accent-ink:#FFFFFF;      /* text on a solid accent fill */
  --accent-soft:#F6E9E2;
  --line:#F0E4E2;
  --field:#FFFFFF;
  --ph-bg:#FBF3EF;
  --ph-line:#EAD9D2;

  --serif:'EB Garamond',Georgia,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --display-style:italic;    /* Dusk sets headings in italic */
  --display-weight:500;
  --radius:3px;
  --max:1180px;

  --cover-glow:0 30px 70px -34px rgba(201,138,110,.55);
  --cover-ring:none;
  --logo-filter:none;

  /* Charcoal character cards: sketches are mounted on a warm paper tone with
     a thin graphite frame, so a set drawn on different days reads as one set. */
  --charcoal-paper:#F3EFEA;
  --charcoal-frame:#E3DAD2;
  --charcoal-art:#EDE7E0;
  --charcoal-art-line:#E0D7CE;
  --charcoal-who:#8a6f62;
  --charcoal-ph:#a9998f;
}
