
    @font-face {
        font-family: "Gotham";
        src: url('Gotham-Medium.otf') format("opentype");
        src: /*url('gotham-light_ce.eot?#iefix') format('embedded-opentype'),*/
        url('gotham-medium_ce.woff') format('woff'),
        url('Gotham-Medium.ttf') format('truetype');
		font-weight: 600;
    }
    @font-face {
        font-family: "Gotham";
        src: url('gotham-bold.eot');
        src: /*url('gotham-bold.eot?#iefix') format('embedded-opentype'),*/
        url('gotham-bold.woff') format('woff'),
        url('gotham-bold.ttf') format('truetype'),
        url('gotham-bold.svg#GothamBold') format('svg');
        font-weight: bold;
    }
    @font-face {
        font-family: "Gotham";
        src: url('gotham-light_ce.eot');
        src: /*url('gotham-light_ce.eot?#iefix') format('embedded-opentype'),*/
        url('gotham-light_ce.woff') format('woff'),
        url('gotham-light_ce.ttf') format('truetype'),
        url('gotham-light_ce.svg#GothamLight') format('svg');
    }
	
    @font-face {
        font-family: 'Gotham Book';
        src: url('Gotham-Book.otf') format("opentype");
        src: url('gotham-book_ce.woff') format('woff'),
             url('Gotham-Book.ttf') format('truetype');
    }

