:root {
	--rem-base: 10px;
	--base-font-size: 17px;
	--base-line-height: 1.2;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #002a4d;
	--brand-color-dark: #000001;
	--brand-color-light: #00549a;
	--accent-color: #a0252b;
	--accent-color-dark: #62171a;
	--accent-color-light: #d33f46;
	--white: #fff;
	--black: #000;
	--base-text-color: #222;
	--base-link-color: var(--brand-color);
	--h1-h6-color: var(--brand-color);
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 20px;
	--gutter: 20px;
	--container: 1180px;
	--input-color: #002a4d;
	--input-placeholder-color: #606373;
	--input-bg-color: white;
	--input-radius: 3px;
	--input-border-color: #d8dee4;
	--input-focus-border-color: #b1bdc9;
	--form-theme-color: #002a4d;
	--checkbox-size: 18px;
	--radio-size: 18px;
	--label-fz: 16px;
	--label-color: #002a4d;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 5.2rem;
	--h2: 4rem;
	--h3: 3.4rem;
	--h4: 2.8rem;
	--h5: 22px;
	--h6: 18px;
	--btn-y: 21px;
	--btn-x: 20px;
	--btn-b: 1px;
	--btn-r: 3px;
	--btn-fz: 20px;
	--input-y: 13px;
	--input-x: 20px;
	--input-b: 1px;
	--input-r: 3px;
	--input-fz: 16px;
}
@media (max-width: 768px) {
	:root {
		--h1: 35px;
		--h2: 30px;
		--h3: 25px;
		--h4: 22px;
		--h5: 20px;
		--h6: 18px;
	}
}
@media (max-width: 667px) {
	:root {
		--btn-y: 15px;
		--btn-x: 20px;
		--btn-b: 1px;
		--btn-r: 3px;
		--btn-fz: 20px;
	}
	:root {
		--input-y: 1rem;
		--input-x: 2rem;
		--input-b: 1px;
		--input-r: 3px;
		--input-fz: 16px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
