/* Self-hosted Jost + Mulish (latin, variable) — no external Google Fonts request.
   Separate .woff2 files (not base64) so this stays a tiny non-blocking stylesheet
   and the fonts preload in parallel. One file per family covers all weights. */
@font-face{
  font-family:'Jost';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('fonts/jost-var.woff2') format('woff2');
}
@font-face{
  font-family:'Mulish';
  font-style:normal;
  font-weight:200 1000;
  font-display:swap;
  src:url('fonts/mulish-var.woff2') format('woff2');
}
