:root {
	--bs-body-font-family: 'Roboto', sans-serif;
}

body{
	font-family: 'Roboto', sans-serif !important;
}


.bg-image {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	filter: brightness(0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
};