:root {
	--rem-base:10px;
	--font-size-base:20px;
	--line-height-base:1.6;
	--vertical-rhythm:calc(var(--line-height-base) * 1em);
	--color-brand:#90278e;
	--color-brand-dark:#541753;
	--color-brand-light:#ca3ac7;
	--secondary-color:#f3401b;
	--tertiary-color:#0e87dd;
	--base-text-color:#231f20;
	--secondary-text-color:#1e2026;
	--light-text-color:#fff;
	--base-link-color:#90278e;
	--h1-h6-color:#90278e;
	--background-light:rgba(254, 236, 232, .4);
	--animation-duration:.3s;
	--animation-timing-function:ease;
	--input-x:20px;
	--gutter:25px;
	--border-radius-common:3px;
	--border-radius-lg:19px;
	--input-color:var(--base-text-color);
	--input-placeholder-color:rgba(92, 89, 90, .7238);
	--input-bg-color:white;
	--input-radius:var(--border-radius-common);
	--input-border-color:rgba(92, 89, 90, .7238);
	--input-focus-border-color:var(--color-brand);
	--form-theme-color:var(--secondary-color);
	--checkbox-size:20px;
	--radio-size:20px;
	--label-fz:13px;
	--label-color:var(--base-text-color);
	--error-color:#e04562;
	--error-bg-color:#fadee3;
	--form-col-gutter:15px;
	--form-row-margin:14px;
	--h1:4.4rem;
	--h2:3.6rem;
	--h3:3.2rem;
	--h4:2.8rem;
	--h5:24px;
	--h6:22px;
	--btn-y:6px;
	--btn-x:20px;
	--btn-b:.5px;
	--btn-r:12px;
	--btn-fz:12px;
	--p:20px;
	--p-md:16px;
	--p-sm:14px;
	--p-xs:12px;
}

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

@media (max-width:768px) {
	:root {
		--h1:34px;
		--h2:30px;
		--h3:30px;
		--h4:24px;
		--h5:22px;
		--h6:16px;
	}
}