@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	src:
		local('Inter'),
		url('Inter-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Inter';
	font-weight: 500;
	font-style: normal;
	src:
		local('Inter'),
		url('Inter-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	src:
		local('Inter'),
		url('Inter-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Space Grotesk';
	font-weight: 400;
	font-style: normal;
	src:
		local('Space Grotesk'),
		url('SpaceGrotesk-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Space Grotesk';
	font-weight: 500;
	font-style: normal;
	src:
		local('Space Grotesk'),
		url('SpaceGrotesk-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-style: normal;
	src:
		local('Space Grotesk'),
		url('SpaceGrotesk-Bold.ttf') format('truetype');
}


