@font-face{
	font-family:'Helvetica';
	src: url('./fonts/Helvetica.ttf') format('truetype');
}
.helvetica{
	font-family:'Helvetica' !important;
}
@font-face{
	font-family:'Alfabeto';
	src: url('./fonts/Alfabeto Font.ttf') format('truetype');
}
@font-face{
	font-family:'snell';
	src:url('./fonts/SnellRoundhand-Black.ttf') format('truetype');
}
.alfabeto{
	font-family:'Alfabeto' !important;
}
.snell{
	font-family: 'snell' !important;
}
