/**
 * Small composition utilities used by primitives and future templates.
 */

.am-surface {
	background: var(--am-color-surface);
}

.am-background {
	background: var(--am-color-background);
}

.am-full-bleed {
	width: 100%;
}

.am-flow > * + * {
	margin-block-start: var(--am-space-4);
}

.am-no-margin {
	margin: 0;
}

