/* Utilidades opt-in. Este archivo no define colores ni tipografía globales. */

:root {
	--bustum-color-1: #f4da90;
	--bustum-color-2: #f2b6cc;
	--bustum-color-3: #c29cee;
}

.bustum-gradient-text {
	display: inline-block;
	color: transparent;
	background: linear-gradient(
		90deg,
		var(--bustum-color-1),
		var(--bustum-color-2),
		var(--bustum-color-3)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
