body { /* enter the font-family for body text */ }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { /* enter font family for headings */ }

/* Style all buttons */
button,
.button,
.btn {
  background: #E35205;
  color: #ffffff;
  font-weight: 600;
  
}