/*
	Inter font, self-hosted (no external requests to Google).
	Files sourced from @fontsource/inter (SIL Open Font License 1.1).
*/
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../webfonts/inter/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../webfonts/inter/inter-latin-600-normal.woff2') format('woff2');
}
