@font-face {
	font-family: 'Inter';
	src: local('Inter Extra Light'), local('Inter-Extra-Light'),
		url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
		url('../fonts/Inter-ExtraLight.woff') format('woff'),
		url('../fonts/Inter-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Light'), local('Inter-Light'),
		url('../fonts/Inter-Light.woff2') format('woff2'),
		url('../fonts/Inter-Light.woff') format('woff'),
		url('../fonts/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter LightItalic'), local('Inter-LightItalic'),
		url('../fonts/Inter-LightItalic.woff2') format('woff2'),
		url('../fonts/Inter-LightItalic.woff') format('woff'),
		url('../fonts/Inter-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
		url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff'),
		url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
		url('../fonts/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter-Medium.woff') format('woff'),
		url('../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Semi Bold'), local('Inter-Semi-Bold'),
		url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.woff') format('woff'),
		url('../fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Bold'), local('Inter-Bold'),
		url('../fonts/Inter-Bold.woff2') format('woff2'),
		url('../fonts/Inter-Bold.woff') format('woff'),
		url('../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter-ExtraBold'), local('Inter-ExtraBold'),
		url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
		url('../fonts/Inter-ExtraBold.woff') format('woff'),
		url('../fonts/Inter-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Black'), local('Inter-Black'),
		url('../fonts/Inter-Black.woff2') format('woff2'),
		url('../fonts/Inter-Black.woff') format('woff'),
		url('../fonts/Inter-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}