@font-face {
	font-family: 'Inter';
	font-weight: 100;
	src: local('Inter-Thin'),
	url('/js/ui/fonts/Inter/Inter-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 200;
	src: local('Inter-ExtraLight'),
	url('/js/ui/fonts/Inter/Inter-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 300;
	src: local('Inter-Light'),
	url('/js/ui/fonts/Inter/Inter-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 400;
	src: local('Inter-Regular'),
	url('/js/ui/fonts/Inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 500;
	src: local('Inter-Medium'),
	url('/js/ui/fonts/Inter/Inter-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 600;
	src: local('Inter-SemiBold'),
	url('/js/ui/fonts/Inter/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	src: local('Inter-Bold'),
	url('/js/ui/fonts/Inter/Inter-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 800;
	src: local('Inter-ExtraBold'),
	url('/js/ui/fonts/Inter/Inter-ExtraBold.woff2') format('woff2');
}
