/**
 * VisitME – lokal gebündelte Schriften (DSGVO-konform, keine externen Requests).
 * Lizenz: SIL Open Font License 1.1 (siehe OFL.txt).
 * Browser laden nur die Schnitte, die tatsächlich verwendet werden.
 */

/* Cormorant Garamond – elegante Display-Serif für Überschriften */
@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("cormorant-garamond-500.woff2") format("woff2");
}

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

/* Playfair Display – alternative Display-Serif */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("playfair-display-600.woff2") format("woff2");
}

/* EB Garamond – lesbare Serif für Fließtext */
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("eb-garamond-400.woff2") format("woff2");
}

@font-face {
	font-family: "EB Garamond";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("eb-garamond-400-italic.woff2") format("woff2");
}

@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("eb-garamond-500.woff2") format("woff2");
}

/* Lora – alternative Fließtext-Serif */
@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("lora-400.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("lora-400-italic.woff2") format("woff2");
}
