/* CSS Document */
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: normal;
  src: local("☺"), url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
  				   url("../fonts/IRANSansWeb.woff") format("woff"),
				   url("../fonts/IRANSansWeb.ttf") format("truetype");
}

@font-face {
	font-family: "TitrZebr";
	font-style: normal;
	font-weight: normal;
	src: local("Titr Zebr"), url("../fonts/titr.ttf") format("truetype");
}
 
*{
	font-family: IRANSansWeb, Arial, Helvetica, sans-serif !important;
}

.TitrZebr{
	font-family: TitrZebr !important;
}

.apply-font{
	font-family: IRANSansWeb, Arial, Helvetica, sans-serif !important;
}

.en{
	direction: ltr;
}

.en-rtl{
	font-family: Arial, Helvetica, sans-serif !important;
}

.en-ltr{
	direction: ltr;
	font-family: Arial, Helvetica, sans-serif !important;
}

