:root {
	--rem-base:10px;
	--font-size-base:18px;
	--line-height-base:1.35;
	--vertical-rhythm:calc(var(--line-height-base) * 1em);
	--color-brand:#556575;
	--color-brand-dark:#353f49;
	--color-brand-light:#798b9e;
	--secondary-color:#000;
	--base-text-color:#556575;
	--base-link-color:#15191c;
	--h1-h6-color:var(--secondary-color);
	--animation-duration:.3s;
	--animation-timing-function:ease;
	--input-x:22px;
	--gutter:15px;
	--container:1110px;
	--grid-gutter:10px;
	--h1:5rem;
	--h2:4rem;
	--h3:3rem;
	--h4:2.5rem;
	--h5:22px;
	--h6:19px;
	--btn-y:16px;
	--btn-x:22px;
	--btn-b:2px;
	--btn-r:2px;
	--btn-fz:14px;
}

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

@media (max-width:768px) {
	:root {
		--h1:40px;
		--h2:35px;
		--h3:25px;
		--h4:20px;
		--h5:19px;
		--h6:18px;
	}
}