/**
  * @file
  * Headers.
  *
  * Needs to be at least this high on the priority in order to override bootstrap.
  **/

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.16rem;
}

h6 {
  font-size: 1.08rem;
}
