html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(148, 163, 184, 0.4);
	border-radius: 9999px;
}

.sidebar-transition {
	transition: transform 0.2s ease-in-out;
}

[x-cloak] {
	display: none !important;
}
