/* Self-hosted fonts. DM Sans (body) and Manrope (headings) — both SIL Open Font License, matching the approved mockup. */

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/dmsans-variable.woff2') format('woff2-variations');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/manrope-variable.woff2') format('woff2-variations');
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}
