/* Design tokens — Twist of Tradition design system v3.5 (locked) */
:root {
  /* Colors */
  --color-bg:        #0D0608;
  --color-card-bg:   #1A1410;
  --color-cream:     #F4EFE7;
  --color-ivory:     #F4EFE7;
  --color-gold:      #C9A84C;
  --color-rose-gold: #B76E79;
  --color-text:      #F4EFE7;
  --color-text-muted: rgba(244, 239, 231, 0.6);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', 'Inter', sans-serif;

  /* Sizes */
  --h1-desktop: 48px;
  --h2-desktop: 48px;
  --h3-desktop: 28px;
  --body:       16px;
  --micro:      11px;

  --line-height: 1.6;
  --container:   1200px;
  --section-pad: 80px;
  --card-gap:    30px;

  /* Interactions */
  --transition: 0.3s ease-in-out;
}
