@import "tailwindcss";

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.bangla{
  font-family: "Tiro Bangla", serif;
  font-weight: 400;
  font-style: normal;
}

.active{
  background-color: rgb(153, 32, 239);
  color: white;
}