html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0px !important;
	padding: 0px !important;
}

*,
*::before,
*::after {
	font-family: "Google Sans", sans-serif !important;
}

.chakra-card__root {
	transition: border-color 0.2s;
}
.chakra-card__root:hover {
	border-color: var(--chakra-colors-fg-subtle) !important;
}
.chakra-card__root table tr:last-child td {
	border-bottom: none;
}

* {
	scrollbar-width: none;
}

*::-webkit-scrollbar {
	display: none;
}
