/* =============================================================
   Şahit — Design Tokens (Book II · the witness)
   Warm palette, deliberately distinct from Işığım's sea-slate:
   cream ground, warm ink, sepia, and Dull Amber as the accent.
   Load this INSTEAD of tokens-isigim.css for Şahit pages.
   ============================================================= */
:root {
  --cream:      #FAF4E9;   /* page field (a touch warmer than Işığım)   */
  --cream-2:    #F1E7D3;   /* cover gradient foot                       */
  --ink:        #463F36;   /* primary text (warm near-black)            */
  --ink-soft:   #8A7B66;   /* labels, folios                            */
  --sepia:      #6E5844;   /* epigraph, italics, links                  */
  --amber:      #C6994B;   /* Dull Amber — the accent / title           */
  --amber-deep: #B0802F;
  --line:       #E2D3B4;   /* frame + hairlines                         */
  --rule-soft:  #EFE6D2;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-script:  'Parisienne', cursive;
  --font-body:    'Lora', Georgia, serif;
  --font-serif-2: 'EB Garamond', Georgia, serif;
  --font-sans:    'Poppins', system-ui, sans-serif;

  --verse-color:  #514840;
  --sheet-max:    760px;
}
