@include respond-between(md, lg) {
	body, html {
		font-size: 15px;
	}
}

@include respond-between(sm, md) {
	body, html {
		font-size: 13.5px;
	}
}

@include respond-between(xs, sm) {
	body, html {
		font-size: 9.5px;
	}
}

@include respond-below(xs) {
	body, html {
		font-size: 16.5px;
	}
	h2 {
		font-size: 1.878rem;
	}
}