/* ── Design Tokens — edit these to retheme the whole site ───────── */
:root {
  /* Colours */
  --black:   #08070A;
  --deep:    #110E14;
  --smoke:   #1A1620;
  --gold:    #C9973A;
  --gold-l:  #E8B96A;
  --gold-d:  #8B6520;
  --blood:   #8B1A1A;
  --crimson: #C0392B;
  --parch:   #F2EBD9;
  --cream:   #E8DDCA;
  --muted:   #7A6F60;

  /* Typography families */
  --serif:   'Cinzel', serif;
  --decor:   'Cinzel Decorative', serif;
  --fell:    'IM Fell English', serif;
  --body:    'Barlow Condensed', sans-serif;
}
