@import './theme/variables';
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/icon?family=Roboto:300,400,500,700,900');

@include mat-core($typography); // $typography is an **optional** argument for the mat-core

@include angular-material-theme($theme);
@include prutech-components-theme($theme, $typography);

@include prutech-components-theme($theme, $typography);
// .ag-theme-balham {
//   height: 100%;
//   width: 100%;
//   @include ag-theme-balham();
// }

html, body {
  height: 100%;
}
