/* =============================================================
   Yakîn — Design Tokens (Book III · certainty)
   The ground is FLAT, not the radial gradient Işığım/Şahit/Gölgem
   use: the cover art is drawn on a flat cream, and a gradient
   behind it shows the art's rectangle as a seam. Flat also suits
   the book — the shore after the sea withdrew.
   Accent = the rose. Load INSTEAD of tokens-isigim.css.
   ============================================================= */
:root {
  --cream:      #F9F3E7;   /* matched to the cover art's own ground   */
  --ink:        #3A3730;   /* the one contour                         */
  --ink-soft:   #8A7B66;   /* kickers, labels                         */
  --sepia:      #6E5844;   /* the epigraph                            */
  --rose:       #C2857F;   /* the accent — dusty, and still open      */
  --rose-soft:  #DBA9A4;
  --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;
}
