@font-face {
	font-family: Helvetica;
	src: url('../fuentes/Helvetica.ttf');
}

@font-face {
    font-family: 'gill sans';
    src: url('../fuentes/Gill Sans.otf');
}

@font-face {
	font-family: Poppins;
	src: url('../../fonts/Poppins-Regular.otf') format('opentype');
}

@font-face{
	font-family: Quicksand;
	src: url('../../fonts/Quicksand-VariableFont_wght.ttf');
}

@font-face{
	font-family: Roboto;
	src: url('../../fonts/Roboto-Regular.ttf');
}