/* FIX Firefox — prevenir font boosting */
@media screen and (max-width: 767px) {
  html, body {
    -moz-text-size-adjust: none !important;
    text-size-adjust: none !important;
  }
}

/* Ajustes de suavizado de fuentes (seguro) */
body {
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -moz-crisp-edges;
}

