:root {

	--brand1: #BCAD86;
	--brand2: #424243;
}

html, body {

	min-height: 100dvh;
	margin: 0 !important;
}

body {

	display: flex;
	flex-direction: column;
}

.site-main {

	flex-grow: 1;
}

.page-content, .entry-content, .entry-summary {

	margin: 0;
}