/* Selbst gehostete Schriften — kein Google Fonts CDN (DSGVO) */

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-500italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* Inter als Variable Font: alle Schnitte von 100 bis 900 in einer Datei
   (48 KB statt zweier Einzelschnitte). */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* JetBrains Mono nur im Schnitt 500 und nur Latin (22 KB). Wird ausschließlich
   für die kleinen Großbuchstaben-Labels gebraucht — deshalb bewusst kein
   Variable Font und kein zweiter Schnitt. */
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrainsmono-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
