/* Estilos básicos para a página estática */
body {
    scroll-behavior: smooth;
}
.text-transparent {
    -webkit-background-clip: text;
    background-clip: text;
}