/* Selbstgehostete Webfonts — erzeugt von schriften_bauen.py.
   Nicht von Hand ändern, sondern das Skript neu laufen lassen.
   Bewusst kein Google Fonts: Das würde die IP jedes Besuchers an
   Google übertragen, und diese Seite setzt nichts, wofür sie um
   Zustimmung bitten müsste.
   Inter, Libre Franklin und Fira Sans stehen unter der SIL Open Font
   License, siehe fonts/LIZENZ.txt. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/librefranklin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/librefranklin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/firasans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/firasans-400-italic.woff2') format('woff2');
}
