/* Bytes — typography. Inter (display + body). Google Font family; latin variable subset shipped in assets/fonts/. */
@font-face{font-family:'Inter';src:url('../assets/fonts/inter-latin.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap;}
:root{
  --font-display:'Inter',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
  /* Scale */
  --text-hero:clamp(44px,6vw,72px);   /* Bricolage 700-800, line-height 1.02, letter-spacing -0.02em */
  --text-h1:44px;
  --text-h2:32px;
  --text-h3:22px;
  --text-body-lg:18px;
  --text-body:15px;
  --text-small:13px;
  --text-eyebrow:11px;               /* uppercase, letter-spacing .12em, Jakarta 600 */
  --leading-display:1.05;
  --leading-body:1.55;
  --tracking-display:-0.02em;
  --tracking-eyebrow:0.12em;
}
