@import '~@angular/material/theming';
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import '~@ag-grid-community/core/dist/styles/ag-grid.scss';
// @import '~@ag-grid-community/core/dist/styles/ag-theme-balham/sass/ag-theme-balham.scss';
@import '~@prutech/components/prutech-components-theme';
// Define the light theme.
$primary: mat-palette($mat-blue, A700, 100, 900);
$accent: mat-palette($mat-green, A700, A200, 700);
$warn: mat-palette($mat-red, A400, A100, 700);
$theme: mat-light-theme($primary, $accent, $warn);
$btn-primary: mat-color($mat-blue, B30);

// Define the dark theme.
$dark-primary: mat-palette($mat-blue-grey);
$dark-accent: mat-palette($mat-amber, A200, A100, A400);
$dark-warn: mat-palette($mat-deep-orange);
$dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn);

$typography: mat-typography-config(
        $font-family: 'Roboto, monospace',
        $headline: mat-typography-level(24px, 32px, 700)
);
$header-height: 4.125rem;
$bmx-card-gutter: 8px;

$background-dark: #2644A8;
$background-primary: #2B63C8;
$background-light: #E3F2FF;
$background-white: #ffffff;

