/*
 * UTILITIES — pocas y con propósito. Si una utilidad se repite mucho,
 * probablemente deba ser un componente.
 */

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

.text-center { text-align: center; }
.text-soft { color: var(--color-ink-soft); }

.mt-0 { margin-block-start: 0; }
.mb-0 { margin-block-end: 0; }

.hidden { display: none; }
