@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-book-webfont.woff') format('woff2'),
	         url('gothamhtf-book-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-bold-webfont.woff') format('woff2'),
	         url('gothamhtf-bold-webfont.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	}
	
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-medium-webfont.woff') format('woff2'),
	         url('gothamhtf-medium-webfont.woff') format('woff');
	    font-weight: 500;
	    font-style: normal;
	}
		
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-light-webfont.woff') format('woff2'),
	         url('gothamhtf-light-webfont.woff') format('woff');
	    font-weight: 300;
	    font-style: normal;
	}
	
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-bookitalic-webfont.woff') format('woff2'),
	         url('gothamhtf-bookitalic-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: italic;
	}
	
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-bolditalic-webfont.woff') format('woff2'),
	         url('gothamhtf-bolditalic-webfont.woff') format('woff');
	    font-weight: bold;
	    font-style: italic;
	}
	
	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-mediumitalic-webfont.woff') format('woff2'),
	         url('gothamhtf-mediumitalic-webfont.woff') format('woff');
	    font-weight: 500;
	    font-style: italic;
	}

	@font-face {
	    font-family: 'Gotham';
	    src: url('gothamhtf-lightitalic-webfont.woff') format('woff2'),
	         url('gothamhtf-lightitalic-webfont.woff') format('woff');
	    font-weight: 300;
	    font-style: italic;
	}