/* =========================================================================
   MH-Design – Selbst gehostete Schriften (DSGVO/EU-konform)
   -------------------------------------------------------------------------
   Diese Schriften werden vom eigenen Server ausgeliefert – es gibt KEINE
   Verbindung zu Google-Servern. Damit ist die Einbindung datenschutzkonform.
   Schnitte: Sora (Display), Inter (Body), Space Grotesk (Labels).
   ========================================================================= */

/* --- Sora (Display / Überschriften) --- */
@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("sora-600.woff2") format("woff2");
}
@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("sora-700.woff2") format("woff2");
}
@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("sora-800.woff2") format("woff2");
}

/* --- Inter (Fließtext / UI) --- */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("inter-400.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("inter-500.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("inter-600.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("inter-700.woff2") format("woff2");
}

/* --- Space Grotesk (Labels / Eyebrows / Buttons) --- */
@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("space-grotesk-500.woff2") format("woff2");
}
@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("space-grotesk-600.woff2") format("woff2");
}
