@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Light.otf");
    font-weight: 300;
    
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Regular.otf");
    font-weight: 400;
    
}

@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Bold.otf");
    font-weight: 800;
    
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/nexa-black.otf");
    font-weight: 900;
    
}