/* Lokale Inter-Fonts: im Projektpaket enthalten, keine CDN-Abfrage.
 *
 * Die WOFF2-Dateien sind Latin-Subsets der Original-Inter-Fonts (Version 4.001).
 * Enthaltener Zeichenumfang:
 *   Basic Latin + Latin-1 (U+0000-00FF)   -> Deutsch inkl. ae oe ue ss, · © ® ° « »
 *   Latin Extended-A      (U+0100-017F)   -> poln./tschech./ungar./tuerk./kroat. Namen
 *   General Punctuation   (U+2000-206F)   -> – — „ “ ‚ ‘ ’ … • ‰ ′ ″
 *   Currency Symbols      (U+20A0-20CF)   -> €
 *   Letterlike Symbols    (U+2100-214F)   -> ™ № ℓ
 *   Arrows                (U+2190-21FF)   -> → (wird von .text-link::after benoetigt)
 *   U+2212 (Minus), U+FB00-FB06 (Ligaturen), U+FEFF, U+FFFD
 *
 * Nicht enthalten: Kyrillisch, Griechisch, Vietnamesisch.
 * Details und Neuerzeugung: siehe hinweise.md, Abschnitt "Schriften".
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter-0.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("inter-1.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("inter-2.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("inter-3.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("inter-4.woff2") format("woff2");
}
