@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-black-webfont.woff') format('woff'),
        url('../fonts/gotham-black-webfont.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-bold-webfont.woff') format('woff'),
        url('../fonts/gotham-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-medium-webfont.woff') format('woff'),
        url('../fonts/gotham-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-book-webfont.woff') format('woff'),
        url('../fonts/gotham-book-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-thin-webfont.woff') format('woff'),
        url('../fonts/gotham-thin-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}