@charset "utf-8";
@font-face {
    font-family: IRANSansRegular;
    font-style: normal;
    font-weight: normal;
    src: url('fonts-en/eot/IRANSansWeb_Bold.eot');
    src: url('fonts-en/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts-en/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    url('fonts-en/woff/IRANSansWeb_Bold.woff') format('woff'),
    url('fonts-en/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
body{	
	 font-family: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
}
div, li, input, p, span, h1, h2, h3, h4, h5, h6{
   font-family: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
   text-align: left;
}
a{
    text-decoration: none;
}