/* CSS Document  by Outix */
/* Gotham */

 
@font-face {
  font-family: Gotham;
  font-weight: bold;
  font-style: italic;
  src:url("../fonts/gotham/Gotham-BoldItalic.woff") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  src:url("../fonts/gotham/Gotham-Medium.woff") format("opentype");
}


@font-face {
  font-family: Gotham;
  font-weight: bold;
  font-style: normal;
  src:url("../fonts/gotham/Gotham-Bold.woff") format("opentype");
}


@font-face {
 font-family: GothamBook;
 font-weight: bold;
 src:url("../fonts/gotham/Gotham-Book.woff") format("opentype");
}
@font-face {
 font-family: GothamLight;
 font-weight: bold;
 src:url("../fonts/gotham/GothamLight.otf") format("opentype");
}
@font-face {
 font-family: GothamMedium;
 src:url("../fonts/gotham/GothamMedium.otf") format("opentype");
}
@font-face {
 font-family: GothamMediumItalic;
 font-weight: bold;
 src:url("../fonts/gotham/GothamMedium-Italic.otf") format("opentype");
}
@font-face {
 font-family: GTRoundedBook;
 font-weight: bold;
 src: url("../fonts/gotham/GothamRounded-Book.otf") format("opentype");
}
@font-face {
 font-family: GTRoundedBold;
 font-weight: bold;
 src: url("../fonts/gotham/GothamRounded-Bold.otf") format("opentype");
}
/* open sans */
@font-face {
 font-family: OpenSansSemiBold;
 font-weight: bold;
 src: url("../fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
 font-family: OpenSansLight;
 font-weight: bold;
 src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
 font-family: OpenSansRegular;
 font-weight: bold;
 src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}
/* font classes */
.font1{
	font-family:GothamBook !important;	
}
.font2{
	font-family:GothamLight !important;	
}
.font3{
	font-family:GTRoundedBook !important;	
}
.font4{
	font-family:OpenSansSemiBold !important;	
}
.font5{
	font-family:OpenSansLight !important;	
}
.font6{
	font-family:OpenSansRegular !important;	
}





