/* Lokale Schriften (Nunito, Mulish) – Latin-Subset, DSGVO-konform selbst gehostet
 *
 * Copyright 2014 The Nunito Project Authors (https://github.com/googlefonts/nunito)
 * Copyright 2016 The Mulish Project Authors (https://github.com/googlefonts/mulish)
 *
 * Beide unter der SIL Open Font License 1.1 – Lizenztext im Original daneben:
 * OFL-Nunito.txt und OFL-Mulish.txt (https://openfontlicense.org).
 *
 * Je Familie EINE Datei für alle Gewichte: Beide sind Variable Fonts mit der Achse
 * wght 200–1000 (im Binary geprüft: fvar, gvar, HVAR, avar, STAT sind vorhanden).
 * Bis zum 04.09.2026 lagen hier acht @font-face-Regeln auf acht Dateinamen – die vier
 * Mulish-Dateien waren byteidentisch (md5 50220d00…, je 29.968 B), die vier Nunito
 * ebenso (md5 166202cc…, je 39.128 B). Es war also zweimal dieselbe Datei, viermal
 * unter anderem Namen geladen: bis zu 211 KB statt 69 KB.
 *
 * format('woff2') ist Absicht – NICHT format('woff2-variations'). Das ist Legacy-Syntax
 * und kann als einziger src-Eintrag von aktuellen Browsern verworfen werden.
 */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(mulish-variable.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(nunito-variable.woff2) format('woff2');
}
