@font-face {
	font-family: 'Outfit';
	src: url('OutfitRegular.ttf') format('truetype');
	font-weight: 400; 
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url('OutfitMedium.ttf') format('truetype');
	font-weight: 500; 
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url('OutfitSemiBold.ttf') format('truetype');
	font-weight: 600; 
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url('OutfitBold.ttf') format('truetype');
	font-weight: 700; 
	font-style: normal;
}


