/*
 Theme Name:   Quantified Carbon
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Branng
 Author URI:   https://branng.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ─── Lenis smooth scroll ─────────────────────────────────────────────────── */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* ─── Utilidades ──────────────────────────────────────────────────────────── */
.bricks-button {
	cursor: pointer;
}

/* Ayuda a SplitType con ciertas fuentes antes de que cargue JS */
.reveal-text {
	font-kerning: none;
}