/**
 * Home — Stats strip
 */

/* Stats */
.l1-stats-section {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
	color: var(--l1-ink);
}
.l1-stat strong {
	display: block;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 0.35rem;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.l1-stat span {
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--l1-muted);
}
