/* latin-ext */
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/Helvetica-Light.ttf);
}
/* cyrillic */
@font-face {
    font-family: Helvetica ;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/Helvetica.ttf);
}
/* hebrew */
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/Helvetica.ttf);
}

/* latin-ext */
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 200;
    src: url(assets/fonts/Helvetica.ttf);
}