/* The platform failed to boot, so this must stand on its own. */
.mf-fault {
	display: flex;
	flex-direction: column;
	gap: var(--mf-space-3);
	padding: var(--mf-space-6);
	color: var(--mf-color-danger);
	font-family: var(--mf-font-mono);
	line-height: var(--mf-font-line-height);
}

.mf-fault-title {
	letter-spacing: 0.2em;
}

.mf-fault-message {
	color: var(--mf-color-text);
	white-space: pre-wrap;
}
