@import '~@angular/material/theming';


// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue.
$civ-primary: mat-palette($mat-blue-grey, 700);
$civ-accent: mat-palette($mat-indigo);

// The warn palette is optional (defaults to red).
$civ-warn: mat-palette($mat-deep-orange);

// Create the theme object (a Sass map containing all of the palettes).
$civ-theme: mat-light-theme($civ-primary, $civ-accent, $civ-warn);

$civ-font-family: 'Work Sans', Helvetica, Arial, sans-serif;
