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



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


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

.f-bold {
	font-family: 'FuturaLT-Bold' !important;
	font-weight: normal;
  	font-style: normal;
	}

.f-book {
	font-family: 'GothamRounded-Book' !important;
	font-weight: normal;
  	font-style: normal;
	}


.f-light {
	font-family: 'GothamRounded-Light' !important;
	font-weight: normal;
  	font-style: normal;
	}
		
body {
	font-family: 'GothamRounded-Book';
}


.clear{clear: both;}