/* Self-hosted — no external Google Fonts requests. See assets/fonts/OFL.txt.
   All three are variable fonts; Google's CSS2 API serves ONE physical file
   per family across a requested weight list, so a font-weight *range*
   against that one file lets the browser interpolate the axis rather than
   us faking distinct weights from duplicate binaries (same technique used
   across this theme line). */

@font-face {
	font-family: 'Newsreader';
	src: url('../fonts/newsreader-var.woff2') format('woff2-variations');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/plexsans-var.woff2') format('woff2-variations');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jbmono-var.woff2') format('woff2-variations');
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
}
