@use '@angular/material' as mat;
@import './variables';

@each $mw-name, $mat-name in $mw-mat-typography-mapping {
  .mw-#{$mw-name} {
    @include mat.typography-level($mw-mat-typography, $mat-name);
  }
}

.mw-caption2 {
  @extend .mw-caption;
  font-weight: 500;
}

.mw-overline {
  font-family: mat.font-family($mw-mat-typography);
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
