.headline {
  display: flex;
}

.headline--green .headline__headline {
  color: #028447;
}

.headline--blue .headline__headline {
  color: #0047BB;
}

.headline--orange .headline__headline {
  color: #DB7C00;
}

.headline--gray .headline__headline {
  color: #58585B;
}

.headline--black .headline__headline {
  color: #000000;
}

.headline__headline {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.headline.headline--allow-regular-font .headline__headline  {
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.headline.headline--allow-regular-font.headline__headline strong {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
