h1, h2, h3, h4, h5 {
  font-family: "T1 Body Font Regular", Arial, Helvetica, sans-serif;
  color: inherit;
  display: block;
  font-weight: 400;
}

h1 {
  font-size: 4em;
  line-height: 1.6em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
  font-size: 3.4em;
  line-height: 1.6em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 2.2em;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}
