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

body {
	position: relative;
}

.overlay-root {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
	pointer-events: none;
}

.overlay-layer {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.overlay-layer--trails,
.overlay-layer--main {
	mix-blend-mode: screen;
}
