/* Outfit aplicado solo al bloque de bio */
.outfit-bio {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* : 100–900 */
  font-style: normal;
}

/* Opcional: forzar distintos pesos en títulos */
.outfit-bio strong,
.outfit-bio b {
  font-weight: 700;
}