/* =========================================================================
   WAP Intranet — @font-face Definitionen
   Lokale Fonts (SIL OFL 1.1), kein CDN. Siehe fonts/LICENSE.md.
   ========================================================================= */

/* ---------- Hanken Grotesk — Display/Headings (variabel 100–900) -------- */
@font-face {
	font-family: "Hanken Grotesk";
	src: url("./fonts/HankenGrotesk-Variable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Hanken Grotesk";
	src: url("./fonts/HankenGrotesk-Italic-Variable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

/* ---------- Nunito Sans — Body/UI (statische Schnitte) ----------------- */
@font-face {
	font-family: "Nunito Sans";
	src: url("./fonts/NunitoSans-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Nunito Sans";
	src: url("./fonts/NunitoSans-400italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Nunito Sans";
	src: url("./fonts/NunitoSans-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Nunito Sans";
	src: url("./fonts/NunitoSans-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Nunito Sans";
	src: url("./fonts/NunitoSans-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
