
@font-face{
	font-family: neo-bold;
	src: url('font/Lexend-Bold.ttf') format('truetype');
}
@font-face{
	font-family: neo-regular;
	src: url('font/Lexend-Regular.ttf') format('truetype');
}
@font-face{
	font-family: neo-light;
	src: url('font/Lexend-Light.ttf') format('truetype');
}
.neo_bold { 
	font-family: neo-bold; 
}
.neo_regular{
	font-family: neo-regular; 
}
.neo_light{
	font-family: neo-light; 
}