@import "tailwindcss";

.inter-font {
    font-family: "Inter", sans-serif;
}

.active{
    background-color: green;
    color: white;
}