/* Custom styles for Que Onda! */

/* Logo transparency - remove white/light backgrounds */
img[alt*="Logo"] {
  background: transparent !important;
  /* Remove white background if present */
  filter: contrast(1.1);
}

/* Alternative: If you want to make white backgrounds transparent */
img[src*="logo-que-onda"] {
  background: transparent !important;
  /* This will help blend white backgrounds with the page background */
  mix-blend-mode: multiply;
}
