/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1755725520
Updated: 2025-08-20 16:32:00
*/

/* ========= Tipografía global: usar solo Poppins ========= */
:root {
  --font-family-base: "Poppins", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

html, body {
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Encabezados y elementos enfatizados con Poppins */
h1, h2, h3, h4, h5, h6,
strong, b,
.wp-block-site-title,
.site-title,
.wp-block-heading {
  font-family: var(--font-family-base);
}

/* Asegurar pesos habituales si los cargas (400/600/700) */
body { font-weight: 400; }
h1, h2, h3 { font-weight: 700; }
h4, h5, h6 { font-weight: 600; }

/* Reset suave por si algún bloque/tema fuerza otras fuentes */
*[style*="font-family"],
.wp-block *,
.entry-content * {
  font-family: var(--font-family-base) !important;
}

/* Pequeñas mejoras de legibilidad */
p { line-height: 1.7; }
h1 { line-height: 1.2; }
h2, h3 { line-height: 1.3; }

/* Evitar FOIT/FOUT visibles en elementos clave */
.wp-site-blocks { visibility: visible; }

/* Opcional: compatibilidad con widgets/constructores comunes */
.elementor *, .ekit-wid-con * {
  font-family: var(--font-family-base) !important;
}
