:root {
	--rem-base:10px;
	--base-font-size:18px;
	--base-line-height:1.44;
	--vertical-rhythm:calc(var(--base-line-height) * 1em);
	--brand-color:#010352;
	--brand-color-dark:#000006;
	--brand-color-light:#02069e;
	--accent-color:#ff915f;
	--accent-color-dark:#ff5c13;
	--accent-color-light:#ff5c13;
	--base-text-color:#002135;
	--base-link-color:var(--base-text-color);
	--h1-h6-color:var(--brand-color);
	--animation-duration:.3s;
	--animation-timing-function:ease;
	--input-x:19px;
	--input-y:11px;
	--gutter:25px;
	--input-color:#002135;
	--input-placeholder-color:#002135;
	--input-bg-color:#f2f3f4;
	--input-radius:3px;
	--input-b:1px;
	--input-border-color:transparent;
	--input-focus-border-color:#35b3ff;
	--input-fz:18px;
	--form-theme-color:#010352;
	--checkbox-size:18px;
	--radio-size:18px;
	--label-fz:18px;
	--label-color:#010352;
	--error-color:#e04562;
	--error-bg-color:#fadee3;
	--form-col-gutter:15px;
	--form-row-margin:30px;
	--h1:5rem;
	--h2:3.4rem;
	--h3:2.4rem;
	--h4:2.2rem;
	--h5:18px;
	--h6:16px;
	--btn-y:11px;
	--btn-x:19px;
	--btn-b:1px;
	--btn-r:5px;
	--btn-fz:16px;
}

@media (min-width:812px) and (max-height:414px) and (orientation:landscape) {
	:root {
		--gutter:50px;
	}
}

@media (max-width:767px) {
	:root {
		--h1:40px;
		--h2:26px;
		--h3:24px;
		--h4:20px;
		--h5:18px;
		--h6:16px;
	}
}