:root {
	--rem-base: 10px;
	--base-font-size: 20px;
	--base-line-height: 1.5;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #002337;
	--brand-color-dark: black;
	--brand-color-light: #005484;
	--accent-color: #d76643;
	--accent-color-dark: #a94424;
	--accent-color-light: #a94424;
	--base-text-color: #002337;
	--text-color-075: rgba(0, 35, 55, 0.75);
	--text-color-060: rgba(0, 35, 55, 0.6);
	--text-color-050: rgba(0, 35, 55, 0.5);
	--base-link-color: inherit;
	--h1-h6-color: var(--base-text-color);
	--gray-color: #edf0f2;
	--lblue-color: #c7dbe6;
	--yellow-color: #edce7e;
	--orange-color: #ee8f58;
	--blue-color: #1d96d8;
	--green-color: #099a84;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 24px;
	--gutter: 20px;
	--input-color: #4b4a4a;
	--input-placeholder-color: #7e7d7d;
	--input-bg-color: white;
	--input-radius: 3px;
	--input-border-color: #eee;
	--input-focus-border-color: #cdcdcd;
	--form-theme-color: #002337;
	--checkbox-size: 15px;
	--radio-size: 15px;
	--label-fz: 13px;
	--label-color: #4b4a4a;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 5.5rem;
	--h2: 4rem;
	--h3: 3.2rem;
	--h4: 3rem;
	--h5: 2.5rem;
	--h6: 18px;
	--btn-y: 9px;
	--btn-x: 24px;
	--btn-b: 1px;
	--btn-r: 20px;
	--btn-fz: 16px;
}
@media (max-width: 667px) {
	:root {
		--h1: 35px;
		--h2: 25px;
		--h3: 22px;
		--h4: 20px;
		--h5: 17px;
		--h6: 16px;
	}
	:root {
		--btn-y: 9px;
		--btn-x: 24px;
		--btn-b: 1px;
		--btn-r: 20px;
		--btn-fz: 16px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
