/*
 * Roboto, lokal ausgeliefert. Keine Verbindung zu Google Fonts, damit beim
 * Seitenaufruf keine IP-Adresse an Dritte geht.
 * Nur die drei Schnitte, die das Layout tatsächlich verwendet.
 */

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("roboto-normal-300.woff2") format("woff2");
}

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

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