:root{
  --ink:#241f18;
  --paper:#fffdf8;
  --bg:#eef0e4;
  --accent:#8f4520;
  --accent-ink:#fffdf8;
  --soft:#e3e6d3;
  --rule:#d9ddc8;
  --mute:#65604e;
  --radius:16px;
  --radius-lg:26px;
  --swatch-shade:rgba(40,30,10,.20);
  --rule-w:1px;
  --shadow:0 6px 20px rgba(90,80,40,.10);
  --measure:36em;
  --step-display:clamp(1.9rem, 1.3rem + 2.6vw, 2.9rem);
  --step-h1:clamp(1.8rem, 1.3rem + 2vw, 2.5rem);
  --step-h2:1.5rem;
  --step-body:1.09rem;
  --lh-display:1.14;
  --track-label:0.06em;
  --header:soft;
  --font-display:'Alegreya Sans', system-ui, sans-serif;
  --font-body:'Wix Madefor Text', system-ui, sans-serif;
}
