body {
	font-family: Roboto, sans-serif;
	margin: 0;
	background: #eff0f4;
	color: #1e272e;
	/* color: #000; */
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	box-sizing: border-box;
}
