/* Selbst gehostete Fonts (Open Font License) – ersetzt die Google-Einbindung.
   Es werden die Variable Fonts (latin-Subset) ausgeliefert, exakt wie sie
   zuvor von fonts.gstatic.com kamen. Kein Request an eine Google-Domain mehr.
   Pfade sind relativ zu dieser Datei, daher unabhaengig von der ladenden HTML. */

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300 900; /* Weight-Achse des Variable Fonts; genutzt: 500, 700 */
  font-display: swap;
  src: url("rubik/Rubik-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000; /* Weight-Achse des Variable Fonts; genutzt: 400, 600, 800 */
  font-display: swap;
  src: url("nunito/Nunito-latin.woff2") format("woff2");
}
