/**
 * Self-hosted variable fonts. Sora for headings (geometric, technical-
 * friendly, not used elsewhere in this catalogue), Plus Jakarta Sans for
 * UI/body, JetBrains Mono for spec/data tables and part numbers.
 */
@font-face {
	font-family: 'Sora';
	src: url('../fonts/sora-var.woff2') format('woff2-variations'), url('../fonts/sora-var.woff2') format('woff2');
	font-weight: 100 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('../fonts/plusjakartasans-var.woff2') format('woff2-variations'), url('../fonts/plusjakartasans-var.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

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