:root {
  --void: #100b07;
  --gold: #c4864a;
  --gold-2: #a86e38;
  --cream: #f7f0e3;
  --linen: #ede0cc;

  --font-heading: "Cinzel", serif;
  --font-body: "Cormorant Garamond", "EB Garamond", serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;

  --radius: 2px;
  --max-width: 40rem;
}
