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