
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold-webfont.eot');
    src: url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff'),
         url('../fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-regular-webfont.eot');
    src: url('../fonts/helvetica-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-regular-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-regular-webfont.woff') format('woff'),
         url('../fonts/helvetica-regular-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-regular-webfont.svg#helveticaregular') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-light-webfont.eot');
    src: url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-light-webfont.woff') format('woff'),
         url('../fonts/helvetica-light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-light-webfont.svg#helveticalight') format('svg');
    font-weight: 400;
    font-style: normal;
