/*
   Lato — selbst gehostet, kein Google-Fonts-CDN (DSGVO).
   Lato hat KEINE Variable-Fassung, deshalb ein Schnitt je Gewicht.
   Gebraucht werden: 400 (Fliesstext), 700 (Zwischenstufen), 900 (Headlines,
   Eyebrows, Buttons — das Design nutzt 900 durchgehend).

   Dateien liegen bei (28.07.2026, Google Fonts v25, Latin-Subset, SIL OFL):
   lato-400.woff2 (14 kB), lato-700.woff2 (14 kB), lato-900.woff2 (13 kB).
   Im Browser geprueft: alle drei laden, Gewichte unterscheiden sich messbar,
   Umlaute und Eszett liegen im Subset.
*/

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("lato-400.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("lato-700.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("lato-900.woff2") format("woff2");
}
