@import "~@angular/material/theming";
@import "xmat-functions";

//Define custom color behaviour. Changed props are commented
$xmat-blue: make-color-palette(#2d6da3, $dark-primary-text, $light-primary-text);
$xmat-blue-accent: make-color-palette(#daeeff, $dark-primary-text, $dark-primary-text);
$xmat-blue-accent-light: make-color-palette(#f2f9fc, $dark-primary-text, $light-primary-text);
