.content-teaser {
  color: $grey-6;
  font-size: mat-font-size($fontConfig, 'teaser');
  line-height: mat-line-height($fontConfig, 'teaser');
  font-weight:  mat-font-weight($fontConfig, 'teaser');


  @include ui-typography-reposive($fontConfig-sm,$fontConfig-m,$fontConfig-l,'teaser');
}

@media print,(min-width: 975px) {
  .content-teaser {
    line-height: 160%;
  }
}
