:root {
	--rem-base: 10px;
	--base-font-size: 16px;
	--base-line-height: 1.6;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #23346b;
	--brand-color-dark: #101831;
	--brand-color-light: #3650a5;
	--accent-color: #23346b;
	--accent-color-dark: #101831;
	--accent-color-light: #101831;
	--base-text-color: #333;
	--base-link-color: #23346b;
	--h1-h6-color: #333;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 35px;
	--gutter: 20px;
	--input-color: #333;
	--input-placeholder-color: #7c8799;
	--input-bg-color: white;
	--input-radius: 3px;
	--input-border-color: #eee;
	--input-focus-border-color: #cdcdcd;
	--form-theme-color: #23346b;
	--checkbox-size: 18px;
	--radio-size: 18px;
	--label-fz: 13px;
	--label-color: #333;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 40px;
	--h2: 28px;
	--h3: 20px;
	--h4: 16px;
	--h5: 14px;
	--h6: 12px;
	--btn-y: 15px;
	--btn-x: 35px;
	--btn-b: 1px;
	--btn-r: 8px;
	--btn-fz: 16px;
}
@media (max-width: 667px) {
	:root {
		--h1: 28px;
		--h2: 20px;
		--h3: 16px;
		--h4: 16px;
		--h5: 14px;
		--h6: 12px;
	}
	:root {
		--btn-y: 10px;
		--btn-x: 35px;
		--btn-b: 1px;
		--btn-r: 8px;
		--btn-fz: 16px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 35px;
	}
}
