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

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

@font-face {
    font-family: 'Gotham Book';
    /*src: url('../fonts/Gotham-Light.eot');*/
    src: url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/lib/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/lib/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
         url('../fonts/lib/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
         url('../fonts/lib/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
         url('../fonts/lib/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
         url('../fonts/lib/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}