@font-face {
    font-family: 'nexabook';
    src: url('../fonts/nexa-book-webfont.woff2') format('woff2'),
    url('../fonts/nexa-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexabold';
    src: url('../fonts/nexa-bold-webfont.woff2') format('woff2'),
    url('../fonts/nexa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexalight';
    src: url('../fonts/nexa-light-webfont.woff2') format('woff2'),
    url('../fonts/nexa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}