/* ============================================================
   Schriften — lokal eingebunden, nicht von Google geladen.

   Warum: Werden Google Fonts direkt von fonts.googleapis.com
   geladen, geht bei jedem Seitenaufruf die IP-Adresse der
   Besucherin an Google — ohne Einwilligung. Das war in
   Deutschland Anlass einer Abmahnwelle. Lokal eingebunden
   verlässt keine Anfrage den eigenen Server.

   Lizenz: Newsreader und Source Sans 3 stehen unter der
   SIL Open Font License 1.1 und dürfen selbst gehostet werden.
   ============================================================ */

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('newsreader-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('newsreader-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('source-sans-3-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('source-sans-3-600.woff2') format('woff2');
}
