@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Julius+Sans+One&family=Quicksand:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap')

.quicksand-afs {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.benchnine-light {
  font-family: "BenchNine", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.benchnine-regular {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.benchnine-bold {
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.source-sans-afs {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.julius-sans-one-regular {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.navbar-header, a.sitename {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}
.navbar-nav {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
