@import url(fontiran.css);

body {
  font-family: IRANSans !important;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: IRANSans !important;
}
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #afb6d055;
}

::-webkit-scrollbar-thumb:hover {
  background: #afb6d0;
}
