:root{
  --linen:#efeae2;
  --greige:#ccc6ba;
  --umber:#706861;
  --taupe:#94887a;
  --mushroom:#a4988a;
  --ink:#2b2620;
  --display:'Cinzel', serif;
  --body:'Jost', system-ui, sans-serif;
  --accent:'Cormorant Garamond', Georgia, serif;
  --display-weight:500;
  --body-weight:400;
  --display-tracking:0.04em;
  --section-padding:clamp(72px,11vw,140px);
  --wrap-width:1320px;
  --btn-radius:2px;
  --img-radius:3px;
  --hero-aspect:3 / 2;
  --hero-radius:10px;
  --hero-max:700px;
  --slideshow-aspect:16 / 9;
  --slideshow-max:100%;
  --slideshow-radius:6px;
  --slideshow-fit:cover;
  --slideshow-fade:1.1s;
  --slideshow-interval:3000;
  font-size:100%;
}