/* Latin subsets of Inter and Source Serif 4, self-hosted so the offline PWA
   keeps its typography (the service worker only caches same-origin assets).
   Both are variable fonts — one file covers the whole weight range. */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('/fonts/Inter.woff2') format('woff2');
}
@font-face {
	font-family: 'Source Serif 4';
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url('/fonts/SourceSerif4.woff2') format('woff2');
}
