:root {
	--rem-base: 10px;
	--base-font-size: 14px;
	--base-line-height: 1.72;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #ff5100;
	--brand-color-dark: #b33900;
	--brand-color-light: #ff854d;
	--accent-color: #2e77bd;
	--accent-color-dark: #1f507f;
	--accent-color-light: #1f507f;
	--base-text-color: #6b7280;
	--base-link-color: #6b7280;
	--h1-h6-color: #24272a;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--input-x: 20px;
	--gutter: 20px;
	--input-color: #6b7280;
	--input-placeholder-color: #6b7280;
	--input-bg-color: white;
	--input-radius: 3px;
	--input-border-color: #eee;
	--input-focus-border-color: #cdcdcd;
	--form-theme-color: #ff5100;
	--checkbox-size: 18px;
	--radio-size: 18px;
	--label-fz: 13px;
	--label-color: #6b7280;
	--error-color: #e04562;
	--error-bg-color: #fadee3;
	--form-col-gutter: 15px;
	--form-row-margin: 22.5px;
	--h1: 72px;
	--h2: 32px;
	--h3: 24px;
	--h4: 20px;
	--h5: 16px;
	--h6: 14px;
	--btn-y: 15px;
	--btn-x: 20px;
	--btn-b: 1px;
	--btn-r: 0;
	--btn-fz: 16px;
}
@media (max-width: 1200px) {
	:root {
		--h1: 48px;
		--h2: 32px;
		--h3: 24px;
		--h4: 20px;
		--h5: 16px;
		--h6: 14px;
	}
}
@media (max-width: 768px) {
	:root {
		--h1: 40px;
		--h2: 28px;
		--h3: 20px;
		--h4: 20px;
		--h5: 16px;
		--h6: 14px;
	}
}
@media (max-width: 667px) {
	:root {
		--btn-y: 1rem;
		--btn-x: 2rem;
		--btn-b: 1px;
		--btn-r: 3px;
		--btn-fz: 13px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
