html,
body {
	font-size: 16px;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	margin: 0;
	font-family: "Public sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	html,
	body {
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
	html,
	body {
		font-size: 16px;
	}
}

* {
	box-sizing: border-box;
}

#root {
	height: 100%;
}
