/*New Font -> Gotham*/
@font-face {
    font-family: "Gotham-Thin";
    src: url("Gotham-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-ThinItalic";
    src: url("Gotham-ThinItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-Light";
    src: url("Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-LightItalic";
    src: url("Gotham-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-MediumItalic";
    src: url("Gotham-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-BoldItalic";
    src: url("Gotham-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-Ultra";
    src: url("Gotham-Ultra.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-UltraItalic";
    src: url("Gotham-UltraItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-XLight";
    src: url("Gotham-XLight.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-XLightItalic";
    src: url("Gotham-XLightItalic.otf") format("opentype");
}




