h1,
 h2,
 h3,
 h4,
 h5,
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: @theme-fontFamily-base;
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

h2 {
  color: @theme-color-headline-alternative;
}
