@use '@angular/material' as mat;
@use '../../../lib/components/alert/alert-theme';
@use '../../../lib/components/drawer/drawer-theme';
@use '../../../lib/components/grid/grid-theme';
@use '../../../lib/components/popover/popover-theme';

@mixin all-component-typographies($theme: null) {
  @include alert-theme.typography($theme);
  @include drawer-theme.typography($theme);
  @include grid-theme.typography($theme);
  @include popover-theme.typography($theme);
}
