:root {
	--hello-child-primary: #0f172a;
	--hello-child-accent: #2563eb;
	--hello-child-text: #334155;
	--hello-child-muted: #64748b;
}

body {
	font-family: var(--e-global-typography-primary-font-family, inherit);
	color: var(--hello-child-text);
}

/* Estilos auxiliares solo para casos donde Elementor no pueda resolverlo */
.hero-with-overlay .elementor-background-overlay {
	background-color: rgba(15, 23, 42, 0.55);
}

.is-sticky {
	position: sticky;
	top: 0;
	z-index: 100;
}
