
html { background-color:#eef2f6; }

body {
	margin:0;
	padding:0;
	font-family:"IBM Plex Sans", "Segoe UI", Roboto, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#1e293b;
	background-color:#eef2f6;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
