:root {
  --ink: #1d211f;
  --forest: #15251f;
  --forest-2: #0e1b17;
  --gold: #c69a4b;
  --gold-light: #f6e3b5;
  --gold-pale: #fcf4e2;
  --cream: #fbf8f1;
  --warm-white: #fffdfa;
  --muted: #6b706c;
  --line: rgba(29, 33, 31, .13);
  --radius-sm: 10px;
  --radius-lg: 24px;
  --radius-pill: 99px;
  --shadow-soft: 0 18px 50px rgba(19, 29, 24, .10);
  --shadow-deep: 0 30px 80px rgba(10, 24, 19, .24);
  --space-section: clamp(5rem, 10vw, 9rem);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
