@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($alfresco-ecm-blue); $accent: mat-palette($alfresco-accent-orange); $warn: mat-palette($alfresco-warn); $theme: mat-light-theme($primary, $accent, $warn); @include angular-material-theme($theme); @include alfresco-material-theme($theme);