/* Self-hosted variable fonts. Crisp, offline, no CDN.
   Product register: one UI family + one mono for data. Hanken Grotesk carries
   headings, labels, body, buttons; JetBrains Mono carries figures/timers/scores. */
@font-face{
  font-family:'Hanken';
  src:url('fonts/hanken.woff2') format('woff2-variations');
  font-weight:100 900; font-display:swap; font-style:normal;
}
@font-face{
  font-family:'JBMono';
  src:url('fonts/jetbrains.woff2') format('woff2-variations');
  font-weight:100 800; font-display:swap; font-style:normal;
}
