body {
	font-family: 'Inter', sans-serif;
	background-color: #070808;
	color: #d4d4d8;
	overflow-y: scroll;
}

.card-bg { background-color: #151515; }
.site-border { border: 1px solid #27272a; }
.site-radius { border-radius: 5px; }
.btn-transition { transition: all 0.2s ease-in-out; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

img.grayscale-img {
	filter: grayscale(1); 
	transition: all 0.4s ease;
}

.music-card:hover img.grayscale-img { 
	filter: grayscale(0);
	transform: scale(1.05);
}
