@import './base/mixins';

@import './base/normalize';
@import './base/utilities';

:root {
	font-size: 18px;
}

@import './shared';

// Keep things tidy by removing margin top applied by blockGap
.wp-site-blocks > * {
	margin-top: 0 !important;
}

.site-header {
	@include media-md-down {
		.wp-block-column {
			flex: 1 0 0 !important;
		}
	}
}
