@charset "utf-8";
@font-face {
    font-family: IRANSansRegular;
    font-style: normal;
    font-weight: normal;   
    src: url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2'),
    url('fonts/woff/IRANSansX-Bold.woff') format('woff');
}
body{	
	 font-family: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
   direction: rtl;
}
div, li, input, p, span, h1, h2, h3, h4, h5, h6, select{
   font-family: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
   text-align: justify;
}
a{
    text-decoration: none;
}