/***********************************
FONTS
/***********************************/
@font-face {
    font-family: gotham-light;
    src:url("gotham-light.otf") format("opentype"),
		url("gotham-light.ttf") format("truetype"),
		url("gotham-light.woff") format("woff");
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-light-it;
    src:url("gotham-lightitalic.otf") format("opentype"),
		url("gotham-lightitalic.ttf") format("truetype");
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-book;
	src:url("gotham-book.otf") format("opentype"),
		  url("gotham-book.ttf") format("truetype"),
		  url("gotham-book.woff") format("woff"); 
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-book-it;
	src:url("gotham-bookitalic.otf") format("opentype"),
		url("gotham-bookitalic.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: gotham-medium;
	src:url("gotham-medium.otf") format("opentype"),
		url("gotham-medium.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-medium-it;
	src:url("gotham-mediumitalic.otf") format("opentype"),
		url("gotham-mediumitalic.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-bold;
	src:url("gotham-bold.otf") format("opentype"),
		url("gotham-bold.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-bold-it;
	src:url("gotham-bolditalic.otf") format("opentype"),
		url("gotham-bolditalic.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-ultra;
	src:url("gotham-ultra.eot") format('embedded-opentype');
	src:url("gotham-ultra.eot?#iefix") format('embedded-opentype'),
		url("gotham-ultra.otf") format("opentype"),
		url("gotham-ultra.ttf") format("truetype"),
		url("gotham-ultra.woff") format("woff");
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gotham-ultra-it;
	src:url("gotham-ultraitalic.otf") format("opentype"),
		url("gotham-ultraitalic.ttf") format("truetype"); 
	font-weight: normal;
    font-style: normal;
}



#tester {
	font-family: gotham-light,  sans-serif;
}
