/**
Theme Name: Carode
Author: Webless
Author URI: https://webless.com
Description: Tema Child de WordPress para Carode.es
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carode
Template: astra
*/

/* H1 del título de página debe ser mayor que H2 */
.entry-title {
	font-size: 2.5rem;
}

/* H2 de secciones ligeramente más pequeño */
.entry-content h2 {
	font-size: 1.75rem;
}

/* H3 para sub-secciones */
.entry-content h3 {
	font-size: 1.35rem;
}

/* Imágenes de producto: respetar tamaño natural, no estirar */
.entry-content .wp-block-image.size-full img {
	max-width: 100%;
	width: auto;
	height: auto;
}