/* Self-hosted — no external Google Fonts requests. See assets/fonts/OFL.txt.
   Inter is a single variable file spanning the full weight axis; IBM Plex
   Mono ships as two static weights (400/500), which is all the data/label
   voice needs — a corporate stat/eyebrow typeface doesn't want italics or a
   full weight range, just Regular and Medium. */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-var.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('../fonts/ibmplexmono-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('../fonts/ibmplexmono-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
