@font-face {
  font-family: mycustomfont;
  src: url(mycustomfont.woff); }
.hero2 {
  font-size: 54px;
  font-family: mycustomfont;
  color: #437B5C;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px; }
