@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Cormorant%20Garamond:ital,wght@0,300;0,400;1,400&display=swap');
:root {
  --color-primary: #c4aa6a;
  --color-secondary: #6b1c1c;
  --color-background: #0a0a0a;
  --color-text: #e8e0d0;
  --color-accent: #8b2c2c;
  --font-heading: 'Cinzel', serif;
  --font-body: 'Cormorant Garamond', Georgia, serif;
}