* {
    font-family: 'Inter', sans-serif;
}
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background-color: #906B31; border-radius: 20px; border: 2px solid transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background-color: #D4A75D; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #090D10; }
::-webkit-scrollbar-thumb { background: #906B31; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #D4A75D; }
body, html {
    background-color: #090D10 !important;
    background-image: none !important;
}

/* Ajuste de opacidade/tamanho das partículas do hero (sobrescreve o CSS do core) */
#heroParticles .particle,
#heroParticlesHome .particle {
    opacity: 0.85 !important;
    width: 3px !important;
    height: 3px !important;
    background: #D4A75D !important;
    box-shadow: 0 0 6px rgba(212, 167, 93, 0.8) !important;
}
