html {
	scrollbar-width: thin;
	scrollbar-color: #b59d6e transparent;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(181, 157, 110, 0.5);
	border-radius: 8px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(181, 157, 110, 0.8);
}

::-webkit-scrollbar-corner {
	background: transparent;
}
