@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

body { 
    background-color: #F8FAFC; 
    color: #0F172A; 
    overflow-x: hidden; 
}

/* Scrollbar customizada clara */
::-webkit-scrollbar { 
    width: 8px; 
}

::-webkit-scrollbar-track { 
    background: #F1F5F9; 
}

::-webkit-scrollbar-thumb { 
    background: #CBD5E1; 
    border-radius: 4px; 
}

::-webkit-scrollbar-thumb:hover { 
    background: #94A3B8; 
}
