/*
 * Front-end and editor styles.
 * Expand as design tokens and layouts are defined.
 */

.site-container {
	min-height: 50vh;
}

.section__content {
	max-width: 1400px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}
