@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');
}
