@font-face {
    font-family: 'yekanbakh-regular';
    src: url('../fonts/yekanbakhfanum-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'gofteh-heavy';
    src: url('../fonts/goftehfanumweb-heavy.woff') format('woff');
}
:root {
  --color-primary: #E89B14;
  --color-primary-content: #262626;
  --color-secondary: #FFEDB9;
  --color-red: #FF2A00;
  --color-neutral: #262626;
  --color-gray: #D9D9D9;
  --color-light-gray: #F1F1F1;
  --color-dark-gray: #545454;
  --color-border: #ECECEC;
}

body {
  font-family: "yekanbakh-regular";
  font-weight: normal;
  min-height: 100vh;
}

p {
  color: var(--color-dark-gray)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gofteh-heavy";
}

.btn {
  font-weight: normal;
  border-radius: 14px;
}

.font-gofteh {
  font-family: "gofteh-heavy";
}

/* .swiper-scrollbar {
  display: none;
} */
 

@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1360px;
  }
}