:root {
  --color-bg: #060608;
  --color-surface: #0f0f12;
  --color-border: #1e1e24;
  --color-accent: #c9a84c;
  --color-accent-2: #8b5e1a;
  --color-text: #e8e0d0;
  --color-text-muted: #a39c90;
  --color-green: #2a7a4b;
  --color-red: #8b2020;
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
}