@font-face {
	font-family: 'Inter';
	src:    url('../fonts/InterVariable.woff2') format('woff2') tech(variations),
	url('../fonts/InterVariable.woff2') format('woff2-variations');
	font-weight: 1 1000;
	font-stretch: 50% 200%;
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: 'Inter';
	src:    url('../fonts/InterVariable-Italic.woff2') format('woff2') tech(variations),
	url('../fonts/InterInterVariable-Italic.woff2') format('woff2-variations');
	font-weight: 1 1000;
	font-stretch: 50% 200%;
	font-style: italic;
	font-display: swap;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}


body {
	line-height: 1.5;
	font-family: Inter, sans-serif;
	font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
	font-size  : 1.25rem;
	font-weight: 300;
}
@supports (font-variation-settings: normal) {
  body { font-family: InterVariable, sans-serif; }
}


@media screen and (max-width: 70rem) {
	body {
		font-size  : 1.125rem;
	}
}