@import '~ng2-alfresco-core/styles/theming'; @import './all-theme'; $custom-typography: mat-typography-config( $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif' ); @include angular-material-typography($custom-typography); @include mat-core(); $primary: mat-palette($mat-pink, 700, 500, 900); $accent: mat-palette($mat-blue-grey, A200, A100, A400); $theme: mat-dark-theme($primary, $accent); @include angular-material-theme($theme); @include alfresco-material-theme($theme);