@import '~@angular/material/core/theming/all-theme';

// Include non-theme styles for core.
@include mat-core();

// Define a theme.
$primary: mat-palette($mat-blue-grey);
// $primary: mat-palette($mat-blue);
$accent:  mat-palette($mat-amber);
$warn: mat-palette($mat-red);

$theme: mat-light-theme($primary, $accent, $warn);

// Include all theme styles for the components.
@include angular-material-theme($theme);
