@import './base/mixins';

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

:root {
	font-size: 18px;
}

@import './shared';
@import './elements/forms.scss';

// 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;
		}

		.wp-block-navigation {
			&.items-justified-center {
				justify-content: flex-end !important;
			}
		}
	}
}
