@font-face {
	font-family:'Nunito';
	src:url('fonts/Nunito/Nunito-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family:'Nunitolight';
	src:url('fonts/Nunito/Nunito-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family:'Nunitobold';
	src:url('fonts/Nunito/Nunito-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family:'lora';
	src:url('fonts/Lora/Lora-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.enfont_no{font-family:"Nunito",Arial}
.enfont_nol{font-family:"Nunitolight",Arial}
.enfont_nob{font-family:"Nunitobold",Arial}
.enfont_la{font-family:"lora",Arial}