/* Gemeinsame, lokal gehostete Schriften für Website und klassische Popups. */
:root {
	--font-round:'Nunito', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--font-display:'Poppins', var(--font-round);
}
@font-face {
	font-family:'Nunito'; font-style:normal; font-weight:400; font-display:swap;
	src:url(/public/fonts/nunito-400.woff2?v=1) format('woff2');
}
@font-face {
	font-family:'Nunito'; font-style:normal; font-weight:600; font-display:swap;
	src:url(/public/fonts/nunito-600.woff2?v=1) format('woff2');
}
@font-face {
	font-family:'Nunito'; font-style:normal; font-weight:700; font-display:swap;
	src:url(/public/fonts/nunito-700.woff2?v=1) format('woff2');
}
@font-face {
	font-family:'Nunito'; font-style:normal; font-weight:800; font-display:swap;
	src:url(/public/fonts/nunito-800.woff2?v=1) format('woff2');
}
@font-face {
	font-family:'Poppins'; font-style:normal; font-weight:800; font-display:swap;
	src:url(/public/fonts/poppins-800.woff2?v=1) format('woff2');
}
