 
/* ===================== TYPOGRAPHY ===================== */

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #00427a;
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00427a;
}

h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00427a;
}

p {
  line-height: 1.6;
}