
@font-face {
    /* bold */
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: bold;
}

@font-face {
    /* light */
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: lighter;
}

@font-face {
    /* medium */
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;

}

@font-face {
    /* thin */
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: 100;
}

@font-face {
    /* Italic */
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneueit-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
