/* ============================================================
   Maze of Tales — brand design tokens (single source of truth)
   Loaded first by index.html and work.html. Edit brand colours
   and font stacks HERE. Pure black, white text, desert gold.
   ============================================================ */
:root {
  /* Surfaces */
  --bg:           #000000;
  --bg-lift:      #0A0A0A;

  /* Text */
  --text:         #FFFFFF;
  --text-2:       #BFBFBF;
  --text-3:       #5C5C5C;

  /* Gold */
  --gold:         #C8A35C;
  --gold-light:   #E0C88A;
  --gold-sub:     #8A6F3B;
  --gold-far:     #4A3B1F;

  /* Type
     Display: Cormorant Garamond, for hero, section titles, work titles.
              Echoes the ornate gothic wordmark. Reads manuscript, mythic.
     Body:    Montserrat, for paragraphs, UI, labels.
              Honours Foundation's "no serif body" rule.
     Arabic:  Amiri.                                                 */
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body:    'Montserrat', -apple-system, system-ui, sans-serif;
  --font-arabic:  'Reem Kufi', 'Amiri', sans-serif;
}
