/* Estilos CSS personalizados */
body { 
    font-family: 'Inter', sans-serif; 
}

.bg-hero {
    background-image: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.9)), url('https://images.unsplash.com/photo-1573164713988-8665fc963095?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
}