@font-face {
  font-family: "IRANSansnum";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("fonts/IRANSans-medium-fanum.eot");
  src: url("fonts/IRANSans-medium-fanum.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/IRANSans-medium-fanum.woff")
      format("woff"),
    url("fonts/IRANSans-medium-fanum.ttf")
      format("truetype");
}
@font-face {
  font-family: "IRANSansnum";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("fonts/IRANSans-fanum.eot");
  src: url("fonts/IRANSans-fanum.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/IRANSans-fanum.woff")
      format("woff"),
    url("fonts/IRANSans-fanum.ttf")
      format("truetype");
}
/* فونت فارسی */
.font-lang-fa body,
.font-lang-fa .woodmart-title,
.font-lang-fa .product-title {
  font-family: 'IRANSansnum', sans-serif !important;
}

/* فونت انگلیسی */
.font-lang-en body,
.font-lang-en .woodmart-title,
.font-lang-en .product-title {
  font-family: 'Roboto', sans-serif !important;
}

/* فونت عربی */
.font-lang-ar body,
.font-lang-ar .woodmart-title,
.font-lang-ar .product-title {
  font-family: 'Cairo', sans-serif !important;
}