/* Normal bis Fett */
@font-face {
	font-family: 'Inter';
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
	font-named-instance: 'Regular';
	src: url('../fonts/Inter-roman.woff2?v=3.16') format('woff2'),
		/* Actual file name: Inter-roman.var.woff2 */ url('../fonts/Inter-Regular.woff?v=3.16')
			format('woff');
}

/* Kursiv bis Kursiv Fett */
@font-face {
	font-family: 'Inter';
	font-weight: 100 900;
	font-display: swap;
	font-style: italic;
	font-named-instance: 'Italic';
	src: url('../fonts/Inter-italic.woff2?v=3.16') format('woff2'),
		/* Actual file name: Inter-italic.var.woff2 */ url('../fonts/Inter-Italic.woff?v=3.16')
			format('woff');
}
