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

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

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

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