body {
	font-family: sans-serif;
}
h1, h2 {
	font-weight: bold;
}

.bg-custom-gray {
	background-color: #f1f1f1;
}
.va-custom-125 {
	vertical-align: -0.125em;
}

.w-fit {
	width: fit-content;
}

.alert-container {
	/* position: absolute; */
	position: fixed;
	bottom: 4rem;
	z-index: 9000;
	/* top: 10%; */
}

.cursor-pointer {
	cursor: pointer;
}