/* Self-hosted VARIABLE fonts (latin subset, woff2) — replaces the render-blocking Google Fonts
   request. One file per family carries the whole weight axis; font-display:swap = no invisible text.
   Plus Jakarta Sans (body, 400-800) + Oswald (blog display headings, 300-700). */

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('fonts/plus-jakarta-sans.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('fonts/oswald.woff2') format('woff2');
}
