/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


.site {
  hyphens: none !important;
  -webkit-hyphens: none !important; /* Prefijo para Safari */
}

/* Estilos específicos para dispositivos iPhone (ancho de pantalla hasta 767px) */
@media only screen and (max-width: 767px) {
  .site {
    hyphens: auto !important;
    -webkit-hyphens: auto !important; /* Prefijo para Safari */
  }
}