:root {
  --wine: #4c1822;
  --wine-deep: #351119;
  --cream: #f7f3e9;
  --paper: #efeadf;
  --ink: #332a28;
  --muted: #70635b;
  --line: #d8cfc0;
  --gold: #cbb697;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --gutter: clamp(24px, 5.55vw, 100px);
  --content-width: 82.5rem;
  --page-inset: max(var(--gutter), calc((100% - var(--content-width)) / 2));
  --header-offset: 7rem;
}
