:root {
  --color-bg: #0c0c0d; --color-bg-2: #111114; --color-surface: #171518; --color-surface-2: #211a1c;
  --color-red: #681118; --color-red-2: #981924; --color-gold: #c9a24b; --color-gold-2: #ebcf7a;
  --color-white: #fff; --text: #fff; --text-soft: rgba(255,255,255,.78); --text-faint: rgba(255,255,255,.62);
  --line: rgba(201,162,75,.28); --shadow: 0 24px 80px rgba(0,0,0,.42);
  --font-display: "Cormorant SC", Georgia, serif; --font-body: "Public Sans", Arial, sans-serif;
  --container: 1200px; --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem; --space-4: 2rem; --space-5: 3rem; --space-6: 4.5rem; --space-7: 6rem;
  --radius: 6px; --ease: cubic-bezier(.2,.7,.2,1);
}
