﻿@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-thin.woff") format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-Light.woff") format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-Regular.woff")
      format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Regular.woff2")
      format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-SemiBold.woff")
      format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-SemiBold.woff2")
      format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-Bold.woff") format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBold.woff")
      format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBold.woff2")
      format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-Black.woff") format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url("fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBlack.woff")
      format("woff"),
    url("fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBlack.woff2")
      format("woff2");
}

/** general style **/
body {
  direction: rtl;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Yekan Bakh FaNum" !important;
}
html {
  padding: 0;
  margin: 0;
}

.filter-btn {
  font-family: Yekan Bakh FaNum !important;
  font-weight: 600;
  font-size: 15px;
}
* {
  box-sizing: border-box;
  direction: rtl;
}
.mainView {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
