@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

html,body { font-family: 'Inter', sans-serif; }

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: 'Inter', sans-serif;
  	font-weight: 700 !important;
	text-transform:uppercase;
}
h1,.h1,h2,.h2,.font-weight-bold{
	font-weight:900 !important;
}

.navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
  }

.btn-primary{
	background:#03a9f4;
	border-color:#03a9f4;
}
