.d3-three {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
}

.htmx-settling {
	opacity: 0;
}

.htmx-swapping {
	opacity: 0;
	transition: opacity 150ms ease-out;
}

.htmx-added {
	opacity: 0;
}

.htmx-settling .htmx-added {
	opacity: 1;
	transition: opacity 200ms ease-in;
}

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

::-webkit-scrollbar-track {
	background: #0a0a0f;
}

::-webkit-scrollbar-thumb {
	background: #2a2a3a;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: #3a3a4a;
}
