:root {
  --brand-primary: #3d813f;
  --brand-accent: #c6c45a;
  --brand-warning: #fe8700;
  --brand-danger: #fe0000;

  --footer-background-color: #3d813f;
}

mat-toolbar .logo,
mat-toolbar .toolbar__logo {
  height: 100%;
  width: 267px;
  margin: -16px;
}
