/*
 * Animal Facts — self-hosted brand font.
 *
 * Outfit (UI Heading) and Mona Sans (Body) are loaded via Google Fonts in
 * inc/enqueue.php. "Neue Kabel" (Brand Heading) is a licensed font and must be
 * self-hosted: drop the licensed woff2/woff files into assets/fonts/ with the
 * filenames below. Until then, the brand stack gracefully falls back to Outfit.
 */

@font-face {
	font-family: "Neue Kabel";
	src:
		url("../fonts/neue-kabel-black.woff2") format("woff2"),
		url("../fonts/neue-kabel-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Kabel";
	src:
		url("../fonts/neue-kabel-bold.woff2") format("woff2"),
		url("../fonts/neue-kabel-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
