:root{
  --font-display:"Fraunces","Georgia",serif;
  --font-body:"Inter",-apple-system,system-ui,sans-serif;
  /* scale (verbatim clamps from production) */
  --fs-h1:clamp(42px,5.4vw,68px); /* @kind font */
  --fs-h2:clamp(30px,3.8vw,44px); /* @kind font */
  --fs-h3:clamp(20px,2.2vw,25px); /* @kind font */
  --fs-phero:clamp(38px,4.8vw,58px); /* @kind font */
  --fs-lead:20px; --fs-body:18px; --fs-card:16px; --fs-ui:15px; --fs-caption:13px; --fs-eyebrow:12px;
  --lh-h1:1.08; /* @kind font */
  --lh-heading:1.12; /* @kind font */
  --lh-body:1.75; /* @kind font */
  --lh-ui:1.7; /* @kind font */
  --ls-heading:-.015em; --ls-eyebrow:.16em; --ls-kicker:.14em;
}
