h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400; 
  color: #333;
}
h1 { 
	font-size: 3.2rem; line-height: 1.2; 
}
h2 { 
	font-size: 2.8rem; line-height: 1.25; 
}
h3 { 
	font-size: 2.4rem; line-height: 1.3; 
}
h4 { 
	font-size: 2.2rem; line-height: 1.35; 
}
h5 { 
	font-size: 2.0rem; line-height: 1.5; 
}
h6 { 
	font-size: 1.8rem; line-height: 1.6; 
}
