/* #region Reset */
body, body *:where(:not(html, iframe, canvas, img, svg, video, audio, svg, link, script, style)) {
	display: revert;
	all: unset;
}

body, body *, body *::before, body *::after {
	box-sizing: border-box;
}

a, button {
	cursor: revert;
}

ol, ul, menu {
	list-style: none;
}

[data-highlight] {
	outline: 1px solid #ff000050;
	background: #ff000025;
}

#fiveserver-info-wrapper {
	display: none ! important;
}

:root {
	interpolate-size: allow-keywords;
}


body {
	background: #000;
	color: #fff;
}