/********************************* We need to remove these legacy font names in the future. *********************************/
@font-face {
    font-family: 'Nexa-Black';
    src: url('../webfonts/Nexa-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Bold';
    src: url('../webfonts/Nexa-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Heavy';
    src: url('../webfonts/Nexa-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url('../webfonts/Nexa-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/********************************* Fonts *********************************/
@font-face {
    font-family: Nexa;
    src: url('../webfonts/Nexa-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: Nexa;
    src: url('../webfonts/Nexa-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: Nexa;
    src: url('../webfonts/Nexa-Heavy.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
    font-display: block;
}
