@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/Nexa_book.woff') format('woff'),
        url('../fonts/Nexa_book.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa_bold.woff') format('woff'),
        url('../fonts/Nexa_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}