body {
	margin: 0;
	font-family:
		'Poppins',
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		'Helvetica Neue',
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol',
		sans-serif;
}

html {
	font-family: sans-serif;
}

.babylon-component {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#scene-explorer-host {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10000 !important;
}

#inspector-host {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10000 !important;
}
