/** overwrite the primary-color value to place custom colors without rebuilding the app */
body {
  /* --primary-color: #97D64F !important;
  --accent-color: #00A48D !important;
  --navigation-text-color: #fff; */
}
/*
.mat-raised-button.mat-accent {
  background-color: var(--accent-color) !important;
} */

