@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/gotham-regular.otf');
    src: url('../fonts/gotham/gotham-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham/gotham-regular.woff2') format('woff2'),
         url('../fonts/gotham/gotham-regular.woff') format('woff'),
         url('../fonts/gotham/gotham-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/gotham-bold.otf');
    src: url('../fonts/gotham/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham/gotham-bold.woff2') format('woff2'),
         url('../fonts/gotham/gotham-bold.woff') format('woff'),
         url('../fonts/gotham/gotham-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/gotham-black.otf');
    src: url('../fonts/gotham/gotham-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham/gotham-black.woff2') format('woff2'),
         url('../fonts/gotham/gotham-black.woff') format('woff'),
         url('../fonts/gotham/gotham-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
