/* Critical above-the-fold styles loaded as a static file. */

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background:
		linear-gradient(
			to right,
			#180b02 0%,
			#341c04 33%,
			#341c04 67%,
			#180b02 100%
		),
		url(/img/ui/page-background.jpg) center / cover no-repeat;
	background-color: #161005;
	opacity: 0;
}

#wrapper {
	position: relative;
	z-index: 1;
}

#bg {
	position: fixed;
	inset: 0;
	z-index: -1;
	background: url(/img/ui/page-background.jpg) center / cover no-repeat;
	background-color: #161005;
}
