body { 
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #f2f2f2;
}

h1, h2, h4, h5, .btn { 
	font-family: 'Inter', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	font-weight: 600; 
}
.lead {
	font-weight: 500;
}
.nav-link.active {
	color: #fff !important;
	border-bottom: 2px solid #fff;
}
