* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-inter {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

:focus-visible {
    outline: 2px solid #3B82F6;
    outline-offset: 2px;
}

.error-message {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

input:invalid:not(:placeholder-shown),
select:invalid:not(:placeholder-shown) {
    border-color: #EF4444;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.faq-question[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
