/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 08 2026 | 18:25:51 */
/* 1. APLICAR FREDOKA A TODO EL CUERPO DE LA WEB */
body, p, span, div, li, a {
    font-family: 'Fredoka', sans-serif !important;
}

/* 2. APLICAR FREDOKA ESPECÍFICAMENTE A LOS TÍTULOS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 600; /* Para que los títulos resalten un poco más */
}

/* 3. AJUSTE OPCIONAL: MEJORAR LA LECTURA EN PÁGINAS LEGALES */
.page-template-default .entry-content p {
    line-height: 1.6; /* Da un poco de aire entre líneas para que no sea un bloque denso */
    font-size: 16px;
    color: #333333;
}