h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
  
  font-size: 2.2rem;
  
  line-height: 120%;
  font-family: "Blender Pro";
}
.text-secondary {
  color: #1e1e1e;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #040404;
}
small {
  color: #1e1e1e;
}