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

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

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

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

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

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