/*
 * Self-hosted, latin-subset fonts — no external Google Fonts requests.
 * Work Sans (variable, display headings — a confident geometric grotesk
 * real trade/contractor businesses actually use, not an editorial
 * choice). DM Sans (variable, body/UI copy — clean, highly legible,
 * mainstream).
 */

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/work-sans-var.woff2') format('woff2-variations'), url('../fonts/work-sans-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/dm-sans-var.woff2') format('woff2-variations'), url('../fonts/dm-sans-var.woff2') format('woff2');
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
}
