/* Inter — loaded asynchronously, non-blocking */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-400.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: optional;
}

html.wthm-fonts-loaded body {
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
