* {
	scroll-behavior: smooth;
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.02em;
}

svg, img {
	user-select: none;
}

.smooth {
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
* {
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 #ffffff;
}

*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
    border-radius: 22px;
    border: 2px solid #ffffff;
}

body {
    background-color: #ffffff;
}