:root {
	--rem-base: 10px;
	--base-font-size: 16px;
	--base-line-height: 1.2;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #154b75;
	--brand-color-dark: #092134;
	--brand-color-light: #2175b6;
	--accent-color: #154b75;
	--accent-color-dark: #092134;
	--accent-color-light: #092134;
	--base-text-color: #154b75;
	--base-link-color: var(--c-teal);
	--h1-h6-color: inherit;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 4rem;
	--gutter: 24px;
	--input-color: #154b75;
	--input-placeholder-color: #c4c4c4;
	--input-bg-color: white;
	--input-radius: 10px;
	--input-border-color: #fff;
	--input-focus-border-color: #dedede;
	--form-theme-color: #154b75;
	--checkbox-size: 18px;
	--radio-size: 18px;
	--label-fz: 20px;
	--label-color: #154b75;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 8rem;
	--h2: 3.2rem;
	--h3: 2.2rem;
	--h4: 20px;
	--h5: 18px;
	--h6: 16px;
	--btn-y: 2.2rem;
	--btn-x: 4rem;
	--btn-b: 1px;
	--btn-r: 40px;
	--btn-fz: 14px;
}
@media (max-width: 768px) {
	:root {
		--h1: 56px;
		--h2: 24px;
		--h3: 20px;
		--h4: 20px;
		--h5: 18px;
		--h6: 16px;
	}
	:root {
		--btn-y: 3.4rem;
		--btn-x: 2rem;
		--btn-b: 1px;
		--btn-r: 40px;
		--btn-fz: 14px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
