@font-face
{
	font-family: 'Inter';
	src: url('Inter/Inter-Regular.otf');
	src: url('Inter/Inter-Regular.otf')format('ttf'),
		 url('Inter/Inter-Regular.otf')format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Inter';
	src: url('Inter/Inter-SemiBold.otf');
	src: url('Inter/Inter-SemiBold.otf')format('ttf'),
		 url('Inter/Inter-SemiBold.otf')format('truetype');
	font-weight: 600;
	font-style: normal;
}