/* Self-hosted fonts. No external CDN. */

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/dmsans-var.woff2') format('woff2');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
