@font-face {
    font-family: 'gothambook';
    src: url('GothamBook/gotham_book_regular-webfont.woff2') format('woff2'),
         url('GothamBook/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    src: url('GothamBold/gotham-bold-webfont.woff2') format('woff2'),
         url('GothamBold/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}