@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa-light.woff2') format('woff2'),
        url('../fonts/nexa-light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa-bold.woff2') format('woff2'),
        url('../fonts/nexa-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
 