:root {
  --primary-color: #C8CBC8  !important;
  --accent-color:#D52339 !important;
  --warn-color: #008CD2 !important;
}

.mat-toolbar.mat-primary {
  background: #ffffff !important;
  color: black !important
  ;
}

.mat-toolbar.mat-primary .mat-mdc-button {
  color: black !important;
}

