/* Non-critical font weights — loaded after first paint (see BaseLayout head). */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: optional;
	src: url('/fonts/jakarta-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: optional;
	src: url('/fonts/jakarta-500.woff2') format('woff2');
}
