html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
}

/* Garante que o texto serifado use a fonte correta */
h1, h2, h3 {
    font-family: 'Merriweather', serif;
}

/* Utilitário para esconder antes do GSAP entrar */
.opacity-0 {
    opacity: 0;
}