/*
 * Roboto, lokal ausgeliefert — ersetzt fonts.googleapis.com und fonts.gstatic.com.
 *
 * Warum lokal: Beim Einbinden über Google-Server wird bei jedem Seitenaufruf die
 * IP-Adresse der Besucher:innen an Google übertragen. Lokal ausgeliefert entfällt
 * diese Übermittlung vollständig, es entsteht keine Drittanbieter-Verbindung und
 * der Dienst muss weder in der Datenschutzerklärung noch im Consent-Banner
 * geführt werden.
 *
 * WICHTIG — diese Datei bildet die Auslieferung von Google exakt nach:
 *
 * 1. Es gibt nur ZWEI Schriftdateien, nicht acht. Google liefert je Subset eine
 *    Variable-Font-Datei, die den ganzen Gewichtsbereich enthält, und deklariert
 *    darauf mehrere @font-face-Regeln mit je einem festen font-weight.
 *
 * 2. Deklariert werden bewusst nur 400, 500, 700 und 800 — genau die vier
 *    Schnitte, die Google für diese Website ausgeliefert hat. Obwohl die Datei
 *    technisch jedes Gewicht könnte, darf hier NICHT auf "font-weight: 100 900"
 *    umgestellt werden: Im Stylesheet der Website steht 224-mal
 *    font-weight: 600, wofür es keine eigene Deklaration gibt. Nach den
 *    CSS-Regeln zur Schriftauswahl fällt 600 damit auf den nächsthöheren
 *    vorhandenen Schnitt, also 700 — genau wie bisher. Mit einem durchgehenden
 *    Bereich würde daraus ein echtes 600, und die Typografie der ganzen Website
 *    würde an diesen Stellen sichtbar leichter.
 *
 * 3. latin-ext wird mitgeliefert, obwohl im heutigen Inhalt kein einziges
 *    Zeichen daraus vorkommt. Dank unicode-range lädt der Browser die Datei nur,
 *    wenn ein solches Zeichen tatsächlich auftritt — sie kostet also derzeit
 *    null Bytes und verhindert später einen Fallback auf eine Systemschrift,
 *    etwa bei osteuropäischen Einrichtungsnamen.
 *
 * Kursive Schnitte liefert Google für diese Website ebenfalls nicht aus; die
 * 17 kursiven Stellen werden vom Browser schräggestellt. Das bleibt unverändert.
 *
 * Quelle der Dateien: Roboto v51 von Google Fonts, Apache License 2.0.
 */

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
