/*
 Theme Name:   David Benavente Child
 Template:     gb-plants-pro
*/

/* 1. Forzar renderizado de texto mientras cargan las fuentes de la web */
html, body, p, h1, h2, h3, h4, h5, h6, a, span {
    font-display: swap;
}

/* 2. Ocultar textos secundarios sobrantes del tema */
span.desc {
    display: none !important;
}