/* Self-hosted Plus Jakarta Sans (Google Fonts latin subset, variable font).
 * Served locally to remove the render-blocking fonts.googleapis.com request.
 * Declared as a variable font so all weights (300-800) use the single woff2.
 */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans-latin.woff2') format('woff2-variations'),
	     url('../fonts/plus-jakarta-sans-latin.woff2') format('woff2');
}
