:root {
  --davetora-burgundy: #5c1a2e;
  --davetora-burgundy-deep: #3d0f1f;
  --davetora-burgundy-soft: #7a2540;
  --davetora-gold: #c9a574;
  --davetora-gold-light: #e8d4a8;
  --davetora-gold-deep: #9a7b4f;
  --davetora-cream: #faf7f2;
  --davetora-cream-dark: #f0ebe3;
  --davetora-ink: #2a1a1f;
  --davetora-muted: #6b5a62;
  --davetora-shadow: rgba(60, 15, 31, 0.12);
  --davetora-shadow-lg: rgba(60, 15, 31, 0.2);
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --eco-green: #2d5a47;
  --eco-green-light: #e8f2ed;
  --eco-sage: #6b8f7a;
}
