/* ═══════════════════════════════════════════════════
   DESIGN TOKENS — Go South for Cunning / ARC Reader
   Do not add new font families or color tokens.
   Extend by composing from these values only.
═══════════════════════════════════════════════════ */
:root {
  /* Palette */
  --ink:        #1a1510;
  --deep:       #0d0b08;
  --parchment:  #e8dfc8;
  --cream:      #f2ead5;
  --dim:        #c4b898;
  --muted:      #8a7d65;
  --accent:     #5c3d1e;
  --rust:       #7a3b2e;
  --moss:       #2d3b2a;
  --silver:     #b8b0a0;

  /* Field note surface */
  --fieldnote:  #1e2b1a;
  --fn-border:  #3d5235;
  --fn-text:    #c8d8b8;
  --fn-dim:     #8aaa78;

  /* Typography */
  --font-display:   'Cinzel Decorative', serif;
  --font-heading:   'Cinzel', serif;
  --font-body:      'Spectral', Georgia, serif;
  --font-italic:    'IM Fell English', serif;

  /* Spacing */
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  32px;
  --space-lg:  56px;
  --space-xl:  80px;

  /* Layout */
  --reader-width: 720px;
  --nav-height:   48px;
}
