/**
 * Web fonts
 *
 * Geist Mono is self-hosted and active: one variable file covers the whole
 * weight axis (100–900), so both the 400 and 500 the design system asks for
 * come from a single 58 KB request. Licence in assets/fonts/geist-mono-LICENSE.txt
 * (SIL Open Font License 1.1).
 *
 * Overused Grotesk is still pending — drop the two .woff2 files into
 * `assets/fonts/` and uncomment its block below. Until then the sans stack in
 * tokens.css falls back to Helvetica Neue / Arial.
 *
 * Expected files:
 *   assets/fonts/overused-grotesk-medium.woff2
 *   assets/fonts/overused-grotesk-semibold.woff2
 */

@font-face {
	font-family: "Geist Mono";
	src: url("../../fonts/geist-mono-variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/*
@font-face {
	font-family: "Overused Grotesk";
	src: url("../../fonts/overused-grotesk-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Overused Grotesk";
	src: url("../../fonts/overused-grotesk-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
*/
