@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/gotham-bold/GothamBold.eot');
    src: url('../fonts/gotham-bold/GothamBold.eot') format('embedded-opentype'),
         url('../fonts/gotham-bold/GothamBold.woff2') format('woff2'),
         url('../fonts/gotham-bold/GothamBold.woff') format('woff'),
         url('../fonts/gotham-bold/GothamBold.ttf') format('truetype'),
         url('../fonts/gotham-bold/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gotham-book/GothamBook.eot');
    src: url('../fonts/gotham-book/GothamBook.eot') format('embedded-opentype'),
         url('../fonts/gotham-book/GothamBook.woff2') format('woff2'),
         url('../fonts/gotham-book/GothamBook.woff') format('woff'),
         url('../fonts/gotham-book/GothamBook.ttf') format('truetype'),
         url('../fonts/gotham-book/GothamBook.svg#GothamBook') format('svg');
}

