/*Avenir Font Faces*/
@font-face {
    font-family: "Nexa";
    src: url("assets/font/Nexa-FONT/nexa-extra-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nexa";
    src: url("assets/font/Nexa-FONT/nexa-regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nexa";
    src: url("assets/font/Nexa-FONT/nexa-heavy.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* Apply globally */
 * {
    font-family: "Avenir", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
} 
