/*
Theme Name: Jelly 2026
Theme URI: https://www.jelly.cl/
Author: Jelly
Description: Theme a medida construido desde la maqueta Jelly 2026.
Version: 1.0.0
Text Domain: jelly-2026
Requires at least: 6.4
Requires PHP: 8.0
*/

/* Los estilos visuales principales viven en /css y se cargan según la plantilla activa. */

.jelly-default-content {
	min-height: 60vh;
	padding: clamp(9rem, 15vw, 14rem) clamp(1.25rem, 5vw, 6rem) 6rem;
	background: var(--crema);
	color: var(--negro);
}

.jelly-default-content > article,
.jelly-default-content > p {
	width: min(900px, 100%);
	margin-inline: auto;
}

.jelly-default-content h1 {
	margin: 0 0 2rem;
	font-family: "Unbounded", sans-serif;
	font-size: clamp(2.25rem, 6vw, 5.5rem);
	line-height: 1;
}

.jelly-default-content .entry-content {
	font: 400 1.125rem/1.7 "DM Sans", sans-serif;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

