/* Russian locale: Cyrillic falls back to the system stack; Hanken's latin
   subset has no Cyrillic, so the stack is reordered to put a Cyrillic-capable
   face first and keep the type colour consistent. */
:root{
  --ff-sans:'Hanken Grotesk','Segoe UI',Roboto,'Helvetica Neue',Arial,'PT Sans',sans-serif;
  --ff-display:Georgia,'Times New Roman','PT Serif',serif;
  --ff-mono:ui-monospace,SFMono-Regular,'Cascadia Mono',Consolas,monospace;
}
.hero h1{font-size:clamp(1.9rem,4.4vw,3.4rem)}
.eyebrow,.topbar__mono,.pill,.footer__mono{letter-spacing:.08em}
