/* Selbst gehostete Fonts — DSGVO-konform, kein Google-CDN.
   Inter ersetzt Acumin Variable Concept, Allura ersetzt Creattion Demo.
   Original-Lizenzfonts können später als woff2 ergänzt werden. */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-800.woff2') format('woff2');
}
@font-face {
	font-family: 'Allura';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/allura-v23-latin_latin-ext-regular.woff2') format('woff2');
}
