:root {
  --bg: #F5F3EF;
  --bg-secondary: #F0E9D8;
  --text: #1A1A1A;
  --text-light: #2C2C2C;
  --accent: #D4AF37;
  --accent-dark: #B8941F;
  --border: rgba(44, 44, 44, 0.15);
  --font-title: 'Cinzel', Georgia, 'Times New Roman', serif;
  --font-body: 'Cormorant Garamond', Garamond, 'Palatino Linotype', serif;
}
