
/*Marketing headline styles*/
.heading-xl {
  font-family: 'IMFellGreatPrimerSC-Regular', serif;
  font-size: 36px;
  font-weight: normal;
}

.heading-l {
  font-family: 'IMFellGreatPrimerSC-Regular', serif;
  font-size: 30px;
  font-weight: normal;
}

.heading-m {
  font-family: 'IMFellGreatPrimerSC-Regular', serif;
  font-size: 24px;
  font-weight: normal;
}

.heading-s {
  font-family: 'IMFellGreatPrimerSC-Regular', serif;
  font-size: 20px;
  font-weight: normal;
}
/*End Marketing headline styles*/

/*Interactive headline styles*/
.inter-heading-xl {
  font-family: 'DroidSans-Bold', serif;
  font-size: 30px;
  font-weight: normal;
}

.inter-heading-l {
  font-family: 'DroidSans-Bold', serif;
  font-size: 24px;
  font-weight: normal;
}

.inter-heading-m {
  font-family: 'DroidSans-Bold', serif;
  font-size: 20px;
  font-weight: normal;
}

.inter-heading-s {
  font-family: 'DroidSans-Bold', serif;
  font-size: 16px;
  font-weight: normal;
}
/*End interactive headline styles*/


/*
h1, h2, h3, h4, h5, h6 {
  color: white;
} */
