/**
 * Small set of global utilities.
 *
 * Add new utilities only when they have multiple confirmed use cases.
 */

.list-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.text-center {
	text-align: center;
}

.text-muted {
	color: var(--color-muted);
}

.full-width {
	width: 100%;
}

.no-wrap {
	white-space: nowrap;
}