/* Selbst gehostete Fonts (DSGVO: kein Google-Fonts-CDN-Aufruf im Frontend) */

@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url("../../fonts/fraunces-300-600.woff2") format("woff2");
}

@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url("../../fonts/fraunces-500-800.woff2") format("woff2");
}

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

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