@font-face {
  font-family: "irsans";
  src: url('../fonts/IRANSansWeb.woff');
}
@font-face {
  font-family: "irsans_num";
  src: url('../fonts/IRANSansWeb(FaNum).woff');
}
body{
  margin:0;
  padding:0;
  direction:rtl;
  font-family:"irsans";
  background-color: #f6f6f6;
}
  *{
    box-sizing:border-box;
  }
  .clearfix::after{
    display:block;
    content:"";
    clear:both;
  }
  .wrapper{
    width:90%;
    margin:auto;
  }
