:root {
  --bg: #14201b;
  --bg-2: #1c2f27;
  --ink: #f4efe6;
  --muted: #b7c4bb;
  --gold: #c9a46a;
  --gold-soft: #e4c896;
  --line: rgba(244, 239, 230, 0.14);
  --ok: #8fbf9f;
  --btn-ink: #1a140c;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --hero-image: url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1400&q=80");
  --hero-overlay: linear-gradient(180deg, rgba(20, 32, 27, 0.15), rgba(20, 32, 27, 0.72));
}
