/**
 * Lokal gehostete Schriften — wird nur geladen, wenn
 *   define('HECKE_LOCAL_FONTS', true);
 * in wp-config.php gesetzt ist (siehe inc/enqueue.php).
 *
 * Beide Schriften sind frei lizenziert (OFL). Tausche die woff2-Dateien
 * jederzeit gegen aktuellere Versionen aus — solange die Dateinamen bleiben,
 * passt diese CSS automatisch.
 *
 *   font-display: swap → Fallback-Schrift erscheint sofort, dann tauschen.
 */

/* ── Kalam (Display-/Akzent-Schrift, --disp) ───────────────────────────── */
@font-face {
	font-family: "Kalam";
	font-style:  normal;
	font-weight: 400;
	font-display: swap;
	src: url("kalam-400.woff2") format("woff2");
}
@font-face {
	font-family: "Kalam";
	font-style:  normal;
	font-weight: 700;
	font-display: swap;
	src: url("kalam-700.woff2") format("woff2");
}

/* ── Hanken Grotesk (Fließtext, --text) ────────────────────────────────── */
@font-face {
	font-family: "Hanken Grotesk";
	font-style:  normal;
	font-weight: 400;
	font-display: swap;
	src: url("hanken-grotesk-400.woff2") format("woff2");
}
@font-face {
	font-family: "Hanken Grotesk";
	font-style:  normal;
	font-weight: 500;
	font-display: swap;
	src: url("hanken-grotesk-500.woff2") format("woff2");
}
@font-face {
	font-family: "Hanken Grotesk";
	font-style:  normal;
	font-weight: 600;
	font-display: swap;
	src: url("hanken-grotesk-600.woff2") format("woff2");
}
@font-face {
	font-family: "Hanken Grotesk";
	font-style:  normal;
	font-weight: 700;
	font-display: swap;
	src: url("hanken-grotesk-700.woff2") format("woff2");
}
