body {
    direction: rtl !important;
}

* , span {
    font-family: "bakh" , "roboto" !important;
    letter-spacing: normal !important;
    font-width: 400 !important;
}

.rtl-o-1{
    order :1 !important;
}

.rtl-o-2{
    order:2 !important;
}

/*persian fonts*/
@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 200;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Thin.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Light.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Regular.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Medium.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Bold.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/sans/IRANSansXFaNum-ExtraBold.ttf");
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 800;
  src: url("./assets/fonts/sans/IRANSansXFaNum-Black.ttf");
}

.sans_font{
    font-family :"sans" !important;
    line-height: 40px !important;
    font-weight: 300 !important;
}


@media only screen and (max-width: 768px) {
    .sans_font{
        line-height: 30px !important;
    }
}