body {
	font-family: 'Inter', sans-serif;
	background-color: #070808;
	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; }
img { filter: grayscale(1); transition: filter 0.4s ease; }
img:hover { filter: grayscale(0); }
