/* TYPOGRAPHY */
h1,
.h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #005599;
}
h2,
.h2 {
  font-size: 1.85rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #0063b3;
}
h3,
.h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #0071cc;
}
