/*-- GENERAL FONTS SECTION HEADERS --*/

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 82px;
  line-height: 0.8;
  letter-spacing: 1.5px;
  color: #282828;
}


h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 0.8;
  letter-spacing: 0.5px;
  color: #282828;
  
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 1.5px;
  color: #282828;
}
