/**
 * IBM Plex, lokal ausgeliefert.
 *
 * Wird eingebunden, sobald im Customizer der Haken bei
 * "IBM Plex von Google Fonts laden" entfernt ist. Dann besteht keine
 * Verbindung mehr zu Google-Servern.
 *
 * Schriftdateien: assets/fonts/ – IBM Plex, SIL Open Font License 1.1
 * (siehe assets/fonts/LICENSE.txt).
 */

/* ---------- IBM Plex Sans ---------- */

@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/IBMPlexSans-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/IBMPlexSans-Italic.woff2") format("woff2");
}

@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/IBMPlexSans-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
}

/* ---------- IBM Plex Sans Condensed ---------- */

@font-face {
	font-family: "IBM Plex Sans Condensed";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/IBMPlexSansCondensed-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "IBM Plex Sans Condensed";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/IBMPlexSansCondensed-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "IBM Plex Sans Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/IBMPlexSansCondensed-Bold.woff2") format("woff2");
}
