body {
    font-family: 'Inter', sans-serif;
}

/* Custom style for the open FAQ item */
.faq-question.open svg {
    transform: rotate(180deg);
}

/* Style for the currently active navigation link */
.nav-link-active {
    color: #10B981; /* This is Tailwind's green-500 */
    font-weight: 600; /* semibold */
}