/* Self-hosted — no external Google Fonts requests. See assets/fonts/OFL.txt.
   All three are variable fonts; a font-weight *range* against 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: 'Orbitron';
	src: url('../fonts/orbitron-var.woff2') format('woff2-variations');
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}

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

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