@font-face {
    font-family: 'Nexa Bold';
    src: url('Nexa-Bold.woff2') format('woff2'),
         url('Nexa-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Black';
    src: url('NexaBlack.woff2') format('woff2'),
         url('NexaBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}