:root {
  --color-wine: #42100b;
  --color-wine-deep: #210503;
  --color-espresso: #130a07;
  --color-cream: #f4eadc;
  --color-soft-cream: rgba(244, 234, 220, 0.84);
  --color-champagne: #c59764;
  --color-champagne-soft: rgba(197, 151, 100, 0.72);
  --color-line: rgba(188, 128, 73, 0.66);
  --font-display: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", "Playfair Display", Georgia, serif;
  --font-body: "Gill Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --rail-width: clamp(7.5rem, 10.45vw, 10.9rem);
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --transition: 180ms ease;
}
