@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap');

h1 {
	font-family:"League Spartan"!important;
  color: white;
  font-size: 1.5rem;
  background-color:#000;
  padding:.4rem .6rem;
  width: fit-content;
  text-transform:uppercase;
}
.hero-content h1{
	font-family:"MADE Sunflower"!important;
	text-align:center;
	font-size: 3em!important;
	font-weight: normal!important;
	line-height:.9em;
	color:black!important;
  background-color:#00000000;
  padding:.4rem .6rem;
  text-transform:none;
}

h2 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "League Spartan"
}
h3 {
	font-family: "League Spartan";
	font-weight: 800;
}
h4 {
	font-family: "League Spartan";
	font-weight: 800;
}

p {
	font-family: "League Spartan";
	font-weight: 400;
	font-size: 1.2rem;
}

a {
  color: #478CC4;
  font-weight: 800;
  text-decoration: none;
}

 li {
	font-family: "League Spartan";
}

.callout-box h2, h3, h4, p, a, li, td{
	font-family:"League Spartan"!important;
}

.sunflower {
	font-family:"MADE Sunflower"!important;
	font-size: 1.2rem!important;
}

