/* Self-hosted webfonts for DSGVO compliance */
/* No external requests to Google Fonts CDN */

@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/space-grotesk/SpaceGrotesk-Variable.woff2') format('woff2');
	font-weight: 100 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Mono';
	src: url('/fonts/dm-mono/DMMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Mono';
	src: url('/fonts/dm-mono/DMMono-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
