@font-face {
  font-family: vazir;
  src: url("fonts/Vazirmatn-FD-Regular.woff2");
}
@font-face {
  font-family: vazir-bold;
  src: url("fonts/Vazirmatn-FD-Bold.woff2");
}

body {
  direction: rtl;
  text-align: right;
  font-family: vazir !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: vazir-bold !important;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #1e293b;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #f59e0b;
    border-radius: 10px;
}

    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #d97706;
    }