html {
	background: #020617;
}

body {
	background: #020617;
	color: #ffffff;
	margin: 0;
	min-height: 100vh;
}

#root,
#wam-root {
	min-height: 100vh;
}

#error {
	background: #111827;
	border: 1px solid #ef4444;
	border-radius: 16px;
	color: #fecaca;
	display: none;
	font-family: Consolas, Monaco, "Courier New", monospace;
	inset: 16px;
	overflow: auto;
	padding: 16px;
	position: fixed;
	white-space: pre-wrap;
	z-index: 9999;
}

.wam-react-loading {
	align-items: center;
	color: #a5f3fc;
	display: flex;
	font-size: .875rem;
	justify-content: center;
	min-height: 12rem;
}
