:root {
	--base-font-size: 16px;
	--base-line-height: 1.55;
	--vertical-rhythm: calc(var(--base-line-height) * 1em);
	--brand-color: #6fcf97;
	--brand-color-dark: #3cb56f;
	--brand-color-light: #a8e2c0;
	--accent-color: #50ac76;
	--accent-color-dark: #387852;
	--accent-color-light: #83c59e;
	--base-text-color: #333;
	--heading-color: #333;
	--base-link-color: #2165ff;
	--animation-duration: 0.3s;
	--animation-timing-function: ease;
	--gutter: 20px;
	--container-pad: var(--gutter);
	--radius: 200px;
	--h1: 14rem;
	--h2: 5.4rem;
	--h3: 3.2rem;
	--h4: 2.4rem;
	--h5: 2rem;
	--h6: 1.8rem;
	--btn-y: 1.2rem;
	--btn-x: 4rem;
	--btn-b: 0.1rem;
	--btn-r: 0;
	--btn-fz: 1.6rem;
}
@media (max-width: 1024px) {
	:root {
		--btn-y: 12px;
		--btn-x: 40px;
		--btn-b: 1px;
		--btn-r: 0;
		--btn-fz: 16px;
	}
}
@media (max-width: 1023px) {
	:root {
		--h1: 40px;
		--h2: 30px;
		--h3: 24px;
		--h4: 20px;
		--h5: 18px;
		--h6: 16px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	:root {
		--gutter: 50px;
	}
}
@media (min-width: 1024px) {
	html {
		font-size: 0.5208333333vw;
	}
	:root {
		--base-font-size: max(16px, 2.2rem);
	}
	:root {
		--container-pad: 7.7rem;
	}
	:root {
		--radius: 40rem;
	}
}
@media (min-width: 1200px) {
	:root {
		--container-pad: 9.6rem;
	}
}
