/* =============================================================
   Işığıma — Şarkı Defteri · Design Tokens
   Every value here is taken directly from the printed songbook,
   so the website inherits the same palette, type, and rhythm.
   ============================================================= */

:root {
  /* ---- Colour ------------------------------------------------ */
  --cream:      #FBF7EE;  /* page field                          */
  --cream-2:    #F6EFDF;  /* soft lower gradient on the cover     */
  --ink:        #4A443C;  /* primary text (warm charcoal)         */
  --ink-soft:   #8B8272;  /* credits, folios, secondary text      */
  --sage:       #8CA079;  /* stems, number word                   */
  --sage-deep:  #6E8461;  /* refrains, italic accents, links      */
  --gold:       #D9A93E;  /* daisy centre, dropcap                */
  --gold-soft:  #EFC152;  /* daisy centre highlight               */
  --rose:       #D98F97;  /* optional pastel accent               */
  --line:       #E4D8BF;  /* frame + hairlines                    */
  --hair:       #E0D3B4;  /* continuation-cue hairline (tan)      */
  --rule-soft:  #EFE6D0;  /* inner double-frame line              */

  /* ---- Type families ---------------------------------------- */
  --font-display: 'Cormorant Garamond', Georgia, serif; /* titles */
  --font-script:  'Parisienne', cursive;                /* number word, cover */
  --font-body:    'Lora', Georgia, serif;               /* verse */
  --font-serif-2: 'EB Garamond', Georgia, serif;        /* essay italics, ToC credits */
  --font-sans:    'Poppins', system-ui, sans-serif;     /* small caps labels, folios */

  /* ---- Type scale (px == the pt spec from the production note) */
  --fs-cover-title: 92px;   /* Parisienne                         */
  --fs-cover-sub:   29px;   /* Cormorant italic                   */
  --fs-title:       33px;   /* 24.7pt  — song title               */
  --fs-numberword:  30px;   /* 22.5pt  — "dokuz"                   */
  --fs-credit:      10.5px;  /* 7.1pt   — source credit, caps      */
  --fs-verse:       16.5px; /* 10.2pt  — verse                    */
  --lh-verse:       1.72;   /* ≈16.5pt line                       */
  --fs-folio:       10px;   /* 7.5pt   — poem-number folio        */
  --fs-toc-title:   18.5px;
  --fs-toc-credit:  13.5px;

  /* ---- Rhythm & spacing ------------------------------------- */
  --stanza-gap:     36.9px; /* 27.7pt  (one line + 11pt)          */
  --credit-track:   0.30em; /* ≈0.34em caps tracking              */
  --folio-track:    0.45em;
  --verse-color:    #514A40;

  /* ---- Page furniture --------------------------------------- */
  --sheet-max:      760px;  /* readable column ≈ A4 text width     */
  --sheet-pad:      64px;   /* inner padding (≈ our 22/24mm)       */
  --frame-inset:    28px;   /* thin frame offset from sheet edge   */
  --cue-hair-w:     64px;   /* 48pt continuation hairline          */
}
