/*
 * Selbst-gehostete Fonts – DSGVO-konform, kein Request an Google.
 *
 * - Inter (Body/UI): rsms.me/inter – InterVariable.woff2
 * - Bricolage Grotesque (Display/Headlines): editoriale Grotesk, fontshare/OFL.
 *
 * WOFF2 liegen in assets/fonts/. Ersetzen -> hier Dateinamen anpassen.
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/InterVariable.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('../fonts/BricolageGrotesque.woff2') format('woff2-variations');
}
