@import "tailwindcss";
* {
  font-family: "Inter", sans-serif;
}
.active {
  color: white;
  background-color: #15803d;
}
