/**
 * Self-hosted variable fonts. Plus Jakarta Sans is the source
 * prototype's 'font-sans-modern' UI/body face; JetBrains Mono stands in
 * for Tailwind's default 'font-mono' stack the prototype leans on for
 * headings, stat readouts, and every tabular spec/price figure.
 */
@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;
}
