@charset  "utf-8";

@font-face {
    font-family: 'IranSans';
    src: url(../fonts/IRANSansMobile.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
    font-family: 'IranSans','Myriad Pro',Tahoma;
/*    float:right;*/
    direction: rtl;
    text-align: right;
}
