* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSansX;
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src:
    url(fonts/IRANSansXFaNum-Thin.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Thin.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src:
    url(fonts/IRANSansXFaNum-UltraLight.woff) format("woff"),
    url(fonts/IRANSansXFaNum-UltraLight.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src:
    url(fonts/IRANSansXFaNum-Light.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Light.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src:
    url(fonts/IRANSansXFaNum-Medium.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Medium.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src:
    url(fonts/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(fonts/IRANSansXFaNum-DemiBold.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src:
    url(fonts/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(fonts/IRANSansXFaNum-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src:
    url(fonts/IRANSansXFaNum-Black.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Black.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 950;
  src:
    url(fonts/IRANSansXFaNum-ExtraBlack.woff) format("woff"),
    url(fonts/IRANSansXFaNum-ExtraBlack.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 1000;
  src:
    url(fonts/IRANSansXFaNum-Heavy.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Heavy.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 700;
  src:
    url(fonts/IRANSansXFaNum-Bold.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Bold.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 400;
  src:
    url(fonts/IRANSansXFaNum-Regular.woff) format("woff"),
    url(fonts/IRANSansXFaNum-Regular.woff2) format("woff2");
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
body {
  direction: rtl;
  margin: 0;
  padding: 0 !important;
  font-family: "IRANSansX", tahoma, arial, sans-serif;
  background: #fff;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img[title] {
  pointer-events: none;
}
