/**
 * MJM Design System — utilities
 */

.mjm-mt-0 { margin-top: 0; }
.mjm-mb-0 { margin-bottom: 0; }
.mjm-mb-4 { margin-bottom: var(--mjm-space-4); }
.mjm-mb-6 { margin-bottom: var(--mjm-space-6); }
.mjm-mb-8 { margin-bottom: var(--mjm-space-8); }

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

.mjm-w-full { width: 100%; }

.mjm-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
