/*
 * Selbst gehostete Marken-Schriftarten (Cormorant Garamond, Quicksand).
 * Bewusst KEIN Google Fonts CDN — siehe docs/design-system.md und
 * features/PROJ-1-site-foundation.md (Decision Log).
 *
 * Beide Dateien sind Variable Fonts: eine einzelne Datei deckt mehrere
 * Schriftschnitte ab, der Browser wählt anhand von font-weight den
 * passenden Schnitt. Lizenz: SIL Open Font License 1.1, siehe die
 * OFL.txt-Dateien im jeweiligen Font-Ordner.
 */

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cormorant-garamond/cormorant-garamond-normal-var.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/cormorant-garamond/cormorant-garamond-italic-var.woff2') format('woff2');
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/quicksand/quicksand-normal-var.woff2') format('woff2');
}
