@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamBook.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Gotham;
    src: url("../fonts/Gotham-Light.otf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamBold.ttf");
    font-weight: 700;
    font-style: normal;
}