@font-face {
    font-family: "Gotham Book";
    src: url("GothamBook.eot");
    src: url("GothamBook.eot?#iefix") format("embedded-opentype"),
	url("GothamBook.woff2") format("woff2"),
        url("GothamBook.woff") format("woff"), url("GothamBook.ttf") format("truetype"),
        url("GothamBook.svg#GothamBook") format("svg");
}

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

@font-face {
    font-family: "Gotham Medium";
    src: url("Gotham-Medium.eot");
    src: url("Gotham-Medium.eot?#iefix") format("embedded-opentype"),
        url("Gotham-Medium.woff2") format("woff2"), 
		url("Gotham-Medium.woff") format("woff"),
        url("Gotham-Medium.ttf") format("truetype"), 
		url("Gotham-Light.svg#Gotham-Medium") format("svg");
}

@font-face {
    font-family: "Gotham Bold";
    src: url("GothamBold.eot");
    src: url("GothamBold.eot?#iefix") format("embedded-opentype"),
	url("GothamBold.woff2") format("woff2"),
        url("GothamBold.woff") format("woff"), url("GothamBold.ttf") format("truetype"),
        url("gotham/GothamBold.svg#GothamBold") format("svg");
}
