@font-face
{
    font-family: 'helvetica';
    src: url('../../font/helvetica.eot'),
    url('../../font/helvetica.svg'),
    url('../../font/helvetica.ttf'),
    url('../../font/helvetica.woff'),
    url('../../font/helvetica.woff2');
    
}

body,
html {
	font-family: 'helvetica' !important;
}
h1,h2,h3,h4,h5 {
    font-family: 'helvetica' !important;
}
@media (max-width: 622px) {

    .evaluation>div {
        font-family:  'helvetica' !important;
    }
}
