:root {
  /* Background */
  --bg-primary: #1a1412;
  --bg-secondary: #2a2320;
  --bg-overlay: rgba(26, 20, 18, 0.75);

  /* Gold accent */
  --gold: #c9a84c;
  --gold-hover: #e0c97f;
  --gold-subtle: #9a7b2e;

  /* Teal accent */
  --teal: #2d7a7a;
  --teal-light: #3a9e9e;

  /* Text */
  --text-body: #f0ebe3;
  --text-heading: #e8d5a3;
  --text-secondary: #c8bfb2;
  --text-dark: #1a1412;

  /* CTA */
  --red: #b8372d;
  --red-hover: #d04a3f;

  /* Typography */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lora', serif;
  --font-accent: 'Cormorant Garamond', serif;
  --font-ui: 'Inter', sans-serif;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 800px;
  --border-radius: 4px;
  --border-radius-lg: 8px;

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
}
