:root {
	--rem-base:10px;
	--font-size-base:24px;
	--line-height-base:1.28;
	--vertical-rhythm:calc(var(--line-height-base) * 1em);
	--color-brand:#000;
	--color-brand-dark:black;
	--color-brand-light:#262626;
	--secondary-color:#e4e6da;
	--base-text-color:#000;
	--base-link-color:#50da47;
	--animation-duration:.3s;
	--animation-timing-function:ease;
	--input-x:20px;
	--gutter:30px;
	--h1:7.2rem;
	--h2:4rem;
	--h3:3.2rem;
	--h4:4rem;
	--h5:20px;
	--h6:18px;
	--btn-y:10px;
	--btn-x:20px;
	--btn-b:1px;
	--btn-r:3px;
	--btn-fz:13px;
}

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

@media (max-width:1024px) {
	:root {
		--h1:42px;
		--h2:32px;
		--h3:24px;
		--h4:20px;
		--h5:18px;
		--h6:16px;
	}
}

@media (max-width:667px) {
	:root {
		--btn-y:1rem;
		--btn-x:2rem;
		--btn-b:1px;
		--btn-r:3px;
		--btn-fz:13px;
	}
}