/* - Nexa - */

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

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


/* - Gotham - */

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham/Gotham-Medium.otf");
    font-weight: bold;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham/Gotham-Book.otf");
    font-weight: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham/Gotham-Black.otf");
    font-weight: bolder;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham/Gotham-Light.otf");
    font-weight: lighter;
}