/* ============================================================
   Source Sans 3, lokal ausgeliefert — kein Aufruf bei Google.

   Vier Schnitte, zwei Dateien: Source Sans 3 ist eine variable
   Schrift. Google haelt fuer 400, 600 und 700 dieselbe Datei bereit,
   die Gewichte entstehen daraus. Statische Einzelschnitte gibt es
   dort nicht — 45 KB statt der erwarteten vier Dateien.
   ============================================================ */

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-italic.woff2") format("woff2");
}
