/* Selbst gehostet (GDPR: nie vom CDN laden).
   "KKM Display" = Baloo 2 (Alias-Pflicht — echter Name darf nie in importiertem CSS stehen).
   "KKM Text" = Supreme (Fontshare, Variable). */
@font-face {
	font-family: "KKM Display";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Baloo2-500.woff2") format("woff2");
}

@font-face {
	font-family: "KKM Display";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Baloo2-600.woff2") format("woff2");
}

@font-face {
	font-family: "KKM Display";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Baloo2-700.woff2") format("woff2");
}

@font-face {
	font-family: "KKM Text";
	font-weight: 100 800;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Supreme-Variable.woff2") format("woff2");
}

@font-face {
	font-family: "KKM Text";
	font-weight: 100 800;
	font-style: italic;
	font-display: swap;
	src: url("fonts/Supreme-VariableItalic.woff2") format("woff2");
}
