/* ATLASYN Core - neutral layout foundation. No client design. */
:root {
	--atlasyn-container: 1200px;
	--atlasyn-container-padding: 1.5rem;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-main {
	flex: 1 0 auto;
	padding-block: 2rem;
}
