/* ============================================
 * Self-hosted webfonts (variable / latin subset).
 * Files in /assets/fonts/. 
 * ============================================ */

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

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