/*
 * Roboto Condensed — DSGVO-konform selbst gehostet (Urlaubsmarke MV: strukturelle Headlines).
 *
 * Quelle: google-webfonts-helper (https://gwfh.mranftl.com), v31, Subsets latin + latin-ext
 * (latin-ext für korrekte Umlaut-/Sonderzeichen-Deckung), Format woff2, Gewichte 300/400/700.
 * Kein CDN, keine externen Requests. Dateien liegen unter assets/fonts/roboto-condensed/.
 */

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/roboto-condensed/roboto-condensed-v31-latin_latin-ext-300.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto-condensed/roboto-condensed-v31-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-condensed/roboto-condensed-v31-latin_latin-ext-700.woff2") format("woff2");
}
