@import "tailwindcss";

.gulzartext {
  font-family: "Gulzar", serif;
  font-weight: 400;
  font-style: normal;
}


.gulzar {
  font-family: "Gulzar", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 800;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 900;
  font-style: normal;
}

.Nastaliq{
  font-family: "Noto Nastaliq Urdu", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}