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