@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham/Gotham-Light.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham/Gotham-Bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Gotham" !important;
}