* {
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: 16px;
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	background-color: #0B0D19;
}

body {
	overflow-x: hidden;
	font-size: 16px;
}

*::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 1024px) {
	*::-webkit-scrollbar {
		display: block;
		width: .3125rem;
		height: .3125rem;
		border-radius: 5px;
	}

	*::-webkit-scrollbar-thumb {
		width: .3125rem;
		height: .3125rem;
		border-radius: .15625rem;
		background-color: #29283a;
	}
}
