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

@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham/GothamNarrow-Medium.woff') format('woff'),
         url('../fonts/gotham/GothamNarrow-Medium.svg') format('svg'),
         url('../fonts/gotham/GothamNarrow-Medium.ttf') format('truetype'),
         url('../fonts/gotham/GothamNarrow-Medium.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham/GothamNarrow-Book.woff') format('woff'),
         url('../fonts/gotham/GothamNarrow-Book.svg') format('svg'),
         url('../fonts/gotham/GothamNarrow-Book.ttf') format('truetype'),
         url('../fonts/gotham/GothamNarrow-Book.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
