:root {
	font-family: ui-monospace, Consolas, monospace;
	color-scheme: dark;
	color: #f5f3ee;
	background: #121113;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
#root {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #121113;
}
