/*
 * Sistema tipográfico global:
 * - Títulos: Plus Jakarta Sans 400 (asignado por header.php).
 * - Texto descriptivo: Kanit 100.
 * - Etiquetas y números funcionales: Kanit 700.
 *
 * Este stylesheet se carga después de los estilos Arolax y se aplica también
 * a las páginas nuevas que usan el encabezado estándar del tema.
 */
body p {
  font-weight: 100;
}

/* Algunos componentes Bootstrap y contenido WordPress no usan etiquetas p. */
body main .accordion-body,
body main .entry-content,
body main .entry-content li,
body main .wp-block-list li {
  font-weight: 100;
}

/* Indicadores y metadatos que deben conservar una jerarquía fuerte. */
body main .featured-area .counter-box .number,
body main .counter-box .text,
body main .blog-box .number {
  font-family: Kanit, sans-serif;
  font-weight: 700;
}

.legal-strategy-item summary strong {
    font-weight: 300;
}

.legal-strategy-lead p, .legal-strategy-assets p, .legal-strategy-item p {
    font-weight: 100;
}
