@font-face {
    font-family: Gotham-Bold;
    src: url('../fonts/Gotham-Bold.otf');
}
@font-face {
    font-family: Gotham-Book;
    src: url('../fonts/GothamBook.ttf');
}
@font-face {
    font-family: Gotham-Light;
    src: url('../fonts/GothamLight.ttf');
}
@font-face {
    font-family: Gotham-LightItalic;
    src: url('../fonts/GothamLightItalic.ttf');
}
@font-face {
    font-family: Gotham-Medium;
    src: url('../fonts/GothamMedium.ttf');
}