html {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}

/* Garante o aspeto premium escuro mesmo durante o scroll */
body {
    background-color: #0a0a0a;
}