:root {
	--rem-base: 10px;
	--base-font-size: 25px;
	--base-line-height: 32px;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #740627;
	--brand-color-dark: #2b020f;
	--brand-color-light: #bd0a3f;
	--accent-color: #e0092f;
	--accent-color-dark: #960620;
	--accent-color-light: #960620;
	--base-text-color: #740627;
	--base-link-color: #6b7280;
	--h1-h6-color: #24272a;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 20px;
	--gutter: 25px;
	--input-color: #740627;
	--input-placeholder-color: #afa08e;
	--input-bg-color: white;
	--input-radius: 0;
	--input-border-color: #cfcfcf;
	--input-focus-border-color: #aeaeae;
	--form-theme-color: #07c8bc;
	--checkbox-size: 20px;
	--radio-size: 20px;
	--label-fz: 14px;
	--label-color: #740627;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 80px;
	--h2: 50px;
	--h3: 30px;
	--h4: 28px;
	--h5: 21px;
	--h6: 14px;
	--btn-y: 15px;
	--btn-x: 20px;
	--btn-b: 1px;
	--btn-r: 0;
	--btn-fz: 16px;
}
@media (max-width: 1280px) {
	:root {
		--h1: 70px;
		--h2: 50px;
		--h3: 30px;
		--h4: 28px;
		--h5: 21px;
		--h6: 14px;
	}
}
@media (max-width: 1023px) {
	:root {
		--base-font-size: 20px;
		--base-line-height: 23px;
	}
	:root {
		--h1: 50px;
		--h2: 30px;
		--h3: 20px;
		--h4: 20px;
		--h5: 17px;
		--h6: 14px;
	}
}
@media (max-width: 667px) {
	:root {
		--btn-y: 15px;
		--btn-x: 20px;
		--btn-b: 1px;
		--btn-r: 0;
		--btn-fz: 16px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
