@font-face {
  font-family: "IRANYekan";
  src: url("../font/IRANYekan/iranyekanwebregularfanum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cinema";
  src: url("../font/cinema/cinema.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "customFont";
  src: url("../font/peyda/customFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body, html {
  font-family: IRANYekan !important;
  /*direction: rtl !important;*/
  height: 100%;
  width: 100%;
  margin: 0;
}
.fontFamily-iranyekan{
  font-family: IRANYekan !important;
}

.fontFamily-cinema {
  font-family: Cinema !important;
}

.fontFamily-customFont {
  font-family: customFont !important;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

.lineHeight-unset{
  line-height: unset !important;
}