@media screen and (max-width: 320px) {

	html,
	body {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 375px) {

	html,
	body {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 376px) {

	html,
	body {
		font-size: 18px !important;
	}
}