/* Fonts */

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

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

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

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