@font-face {
    font-family: 'FontExo2';
    src: url('../fonts/font-exo2.woff2') format('woff2'),
         url('../fonts/font-exo2.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FontHelveticaNeue';
    src: url('../fonts/font-helveticaneue.woff2') format('woff2'),
         url('../fonts/font-helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FontTradeGothic';
    src: url('../fonts/font-tradegothic.woff2') format('woff2'),
         url('../fonts/font-tradegothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}