@media only screen and (width < 414px) and (orientation: portrait) {
	html {
		font-size: 14px;
	}
}

@media only screen and (width < 321px) and (orientation: portrait) {
	html {
		font-size: 12px;
	}
}

@media only screen and (width > 720px) and (orientation: portrait) {
	html {
		font-size: 24px;
	}
}
