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

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


@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	    font-family: 'Gotham Book';
	    src: url('../fonts/Gotham-Book-webfont.svg#gotham_bookregular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'Gotham Light';
	    src: url('../fonts/Gotham-Light-webfont.svg#gotham_lightregular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
}