/*
 * Self-hosted, variable-range fonts — no external Google Fonts requests.
 * Source Serif 4 (headings — warm literary serif, not yet used by any
 * recent theme in this catalogue). Karla (body/UI — clean humanist sans,
 * not recently reused).
 */

@font-face {
	font-family: 'Source Serif 4';
	src: url('../fonts/source-serif4-variable.woff2') format('woff2-variations'), url('../fonts/source-serif4-variable.woff2') format('woff2');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-var.woff2') format('woff2-variations'), url('../fonts/karla-var.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
