/* CSS */
:root {
	font-family: Inter, sans-serif;
	font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
	:root { font-family: InterVariable, sans-serif; }
}

@font-face {
	font-family: inter-regular;
	src: url(/Inter_18pt-Regular.ttf);
}

.inter-regular {
	font-family: inter regular;
}