body { 
    font-family: 'Inter', sans-serif; 
}

/* Configuración de los íconos Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* ... aquí puedes seguir poniendo el resto de tus estilos ... */