body {
    font-family: 'Inter', sans-serif;
}
.dropdown-menu {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/* Custom styling for the active tab button */
.tab-button.active {
    border-bottom-width: 2px;
    border-color: #4f46e5; /* indigo-600 */
    color: #4f46e5; /* indigo-600 */
    font-weight: 600;
}