/**
 * HYLARA lokale Web-Fonts
 *
 * WICHTIG: Diese Datei referenziert lokale Font-Dateien, die noch NICHT
 * im Paket enthalten sind (aus diesem Environment heraus kein Zugriff auf
 * fonts.google.com moeglich). Bis die .woff2-Dateien unter
 * assets/fonts/cormorant-garamond/ und assets/fonts/montserrat/ liegen,
 * greifen automatisch die definierten System-Fallbacks - die Seite
 * funktioniert also auch ohne die Font-Dateien.
 *
 * So kommst du an die Dateien (keine Google-Fonts-CDN-Einbindung, DSGVO-konform):
 * 1. https://gwfh.mranftl.com/fonts (google-webfonts-helper) oeffnen
 * 2. "Cormorant Garamond" -> Schnitte 500 und 600 -> nur woff2 -> download
 * 3. "Montserrat" -> Schnitte 400, 500, 600 -> nur woff2 -> download
 * 4. Dateien in die jeweiligen Ordner legen, exakt so benennen wie unten referenziert
 */

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

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

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

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

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