/*
 * Page rhythm. Spacing only - anything that is a component lives in components/.
 */

.akem-section {
	margin-block: var(--akem-space-6);
}

.akem-stack > * + * {
	margin-block-start: var(--akem-space-3);
}
