@use '@angular/material' as mat;
@use './typography/all-typography' as uxg-typography;
@use './style/spacing';
@use './layout/flex';

@mixin uxg-core() {
  @include mat.elevation-classes();
  @include mat.app-background();
  @include uxg-typography.uxg-material-typography();

  @include spacing.helper-classes();
}
