/* Self-hosted fonts. Latin subsets cover everything the site writes,
 * German umlauts included. No third-party request, no consent banner. */

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

/* Source Sans 3 is a variable font: one file covers the weights in use
 * (200 for the big display headings, 600 for emphasis). */
@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("source-sans-3-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Herr Von Muellerhoff";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("herr-von-muellerhoff-latin.woff2") format("woff2");
}
