/*@font-face {
    font-family: 'Gotham-ExtraLight';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('gotham-medium.woff2') format('woff2'),
         url('gotham-medium.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('gotham-light.woff2') format('woff2'),
         url('gotham-light.woff') format('woff');
    font-weight: 900;
}

*/
@font-face {
    font-family: 'Gotham';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('gotham.woff2') format('woff2'),
         url('gotham.woff') format('woff');
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('gotham-medium.woff2') format('woff2'),
         url('gotham-medium.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('gotham-light.woff2') format('woff2'),
         url('gotham-light.woff') format('woff');
    font-weight: 200;
}
@font-face {
    font-family: 'Gotham-ExtraLight';
    src: url('gotham-light.woff2') format('woff2'),
         url('gotham-light.woff') format('woff');
    font-weight: 200;
}