body {
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
}

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

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.input-hint {
	color: #6b7280;
}
