/* Self-hosted webfonts — Archivo + Inter (both SIL OFL 1.1, see /fonts/OFL.txt).
   No CDN: the site makes no third-party requests. Each family is one variable woff2
   (latin subset, which covers German); the font-weight range lets the browser derive
   every weight the UI uses from that single file. */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('/fonts/inter.woff2') format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:500 900;
  font-display:swap;
  src:url('/fonts/archivo.woff2') format('woff2');
}
