@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/helvetica-bold/Helvetica-Bold.woff2) format('woff2'),
        url(../fonts/helvetica-bold/Helvetica-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLight';
    src: url(../fonts/helvetica-light/HelveticaLight.woff2) format('woff2'),
        url(../fonts/helvetica-light/HelveticaLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/helvetica-light/Helvetica.woff2) format('woff2'),
        url(../fonts/helvetica-light/Helvetica.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}


