/* Lokal gehostete Schriften (statt Google Fonts) — Fraunces & Inter,
   Variable Fonts, Gewichte 400–600, Latin-Subset. Lizenz: SIL OFL. */
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url(fraunces-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url(inter-latin.woff2) format('woff2');
}
