/* ZOE 2026 design tokens — mirrors the mockup's :root. */

@font-face { font-family: 'CLAntique';    src: url('../fonts/clantique-no1.otf') format('opentype'); font-display: swap; }
@font-face { font-family: 'F00044';       src: url('../fonts/f00044.otf') format('opentype'); font-display: swap; }
@font-face { font-family: 'QualityBrave'; src: url('../fonts/thequalitybrave-regular.otf') format('opentype'); font-display: swap; }

:root {
  --zoe-green: #29311A;
  --zoe-navy: #0D213D;
  --zoe-gold: #9B6925;
  --zoe-gold-lt: #c39a54;
  --zoe-gold-hi: #e7cd8e;
  --zoe-grain: #E1CCB1;
  --zoe-cream: #F5EDD4;
  --zoe-ink: #1C1409;
  --zoe-black: #0a0f07;
  --zoe-serif: 'Cormorant Garamond', 'F00044', Georgia, serif;
  --zoe-body: 'F00044', 'Cormorant Garamond', Georgia, serif;
  --zoe-display: 'QualityBrave', 'Cormorant Garamond', Georgia, serif;
}
