* {
	box-sizing: border-box;
	scrollbar-width: thin !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #000;
}

address {
	font-style: normal;
}

.noSelect {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-modify: read-only;
}

.reserveScrollbarSpace {
	scrollbar-gutter: stable;
}