h1, .h1 {
  font-size: 20px;
  font-weight: 200;
  color: $navy-text;
  line-height: 1em;
  font-style: normal;
  margin: 15px 0;
}

h2, .h2 {
  font-size: 18px;
  font-weight: 200;
  color: $navy-text;
  line-height: 1.2em;
  font-style: normal;
  margin: 15px 0;
}

h3, .h3 {
  font-size: 16px;
  font-weight: 200;
  color: $navy-text;
  line-height: 1.3em;
  font-style: normal;
  margin: 15px 0;
}

h4, .h4 {
  font-size: 14px;
  font-weight: 200;
  color: $navy-text;
  line-height: 1.5em;
  font-style: normal;
  margin: 15px 0;
}

h5, .h5 {
  font-size: 12px;
  color: $navy-text;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  margin: 15px 0;
}

small, .small {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  margin: 15px 0;
  display: block;
}

p {
  line-height: 1.4em;

  &:first-of-type {
    margin-top: 0;
  }
}
