:root {
  --color-ink: #0a0a0a;
  --color-gold: #a9822f;
  --color-champagne: #e6d0a8;
  --color-emerald: #054c30;
  --color-page: #f7f4ed;
  --color-surface: #ffffff;
  --color-text: #141414;
  --color-text-muted: #68645b;
  --color-border: #ddd6c7;
  --color-error: #a53a31;
  --color-success: #256a48;
  --color-focus: #a9822f;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: clamp(4.5rem, 9vw, 8.5rem);
  --section-space-compact: clamp(2.5rem, 5vw, 4.5rem);
  --section-space-spacious: clamp(6rem, 12vw, 11rem);
  --max-width: 80rem;
  --max-width-wide: 94rem;
  --max-width-narrow: 48rem;
  --radius: 0.15rem;
  --transition: 180ms ease;
}
