/* Lokal ausgelieferte Schriften - kein externer Aufruf, DSGVO-konform.
   Variable Fonts: ein File deckt alle Gewichte der Achse ab. */

@font-face{
  font-family:'Inter Tight';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('intertight.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:300 500;
  font-display:swap;
  src:url('newsreader.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:italic;
  font-weight:300 500;
  font-display:swap;
  src:url('newsreader-italic.woff2') format('woff2');
}
