/* Fonts */

@font-face {
    font-family: "Gotham";
    src: url("gotham.ttf") format('truetype');
}

@font-face {
    font-family: "Gotham Bold";
    src: url("gotham-bold.otf") format('truetype');
}

@font-face {
    font-family: "Gotham Black";
    src: url("gotham-black.ttf") format('truetype');
}

@font-face {
    font-family: "Gotham Book";
    src: url("gotham-book.otf") format('truetype');
}