/*font-style*/

@font-face {
  font-family: PeydaRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: PeydaSemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-SemiBold.woff") format("woff");
}
@font-face {
  font-family: DemiBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: Peyda, sans-serif;
  direction: rtl;
  color: var(--dark-color);
  background-color: var(--Color-Bg-body);
}


*{
  
  scrollbar-color: var(--Primary) transparent !important; /* Firefox */
}


*::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.rem;
}


*::-webkit-scrollbar-thumb {
  background-color: var(--Primary);
  border-radius: 1rem;
  border: 2px solid transparent;
  background-clip: content-box;
}



.header {
  z-index: 100;
}
.header.header_class {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.header_group_body {
  height: 34rem;
  overflow-y: auto;
}




@media screen and (max-width: 1023px) {
  .contain {
    width: 98% !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .contain {
    width: 85% !important;
    margin: 0 auto;
  }
}
