:root {
	font: 20px/1.2 "Roboto", sans-serif;
} /* or html */

body,
body * {
	margin: unset;
	box-sizing: unset;
	padding: unset;
	font-size: unset;
	color: unset;
	text-decoration: unset;
	/* all: unset; */
}
