/* Self-hosted fonts (replaces Google Fonts CDN request).
   Both are variable fonts — one file each covers the full weight range used by the theme. */

@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/fraunces-variable.woff2') format('woff2');
}

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