.eurostile-bold{
    font-family: 'eurostilebold_extended_2';
}

@font-face {
    font-family: 'eurostilebold_extended_2';
    src: url('../fonts/eurostile-boldextendedtwo-webfont.woff2') format('woff2'),
         url('../fonts/eurostile-boldextendedtwo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/** DONT REMOVE OLD TYPO BEING USED ON SOME PAGES */
.helvetica-lightlight{
    font-family: 'helvetica-light';
}

.helvetica-light{
    font-family: 'helvetica-light';
}

@font-face {
    font-family: 'helvetica-light';
    src: url('../fonts/helveticalt-webfont.woff2') format('woff2'),
         url('../fonts/helveticalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.helvetica-normal{
    font-family: 'helvetica-normal';
}

@font-face {
    font-family: 'helvetica-normal';
    src: url('../fonts/helvetica-normal-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'helvetica-normal';
}