/* ======= DESIGN TOKENS ======= */
:root {
  --gold: #c4a96d;
  --gold-hover: #d4c06f;
  --accent: #e8c4c4;
  --bg: #0c0a0e;
  --bg-card: rgba(22,18,25,0.7);
  --text: #f5f0eb;
  --muted: #9a8e82;
  --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
