:root {
  --tblr-font-sans-serif: "Inter";
}

body {
	font-family: "Inter", sans-serif !important;
	overflow-y: auto !important;
}

@media (max-width: 767.98px) {
	.dropdown-menu {
		width: 300px;
		max-width: none;
	}
}

.modal-status {
	height: 4px;
}

.alert {
	border-left-width: 5px;
}