/**
 * Variables
 */
:root {
    --brand-primary: #004595;
    --brand-accent: #E65A00;
    --footer-background-color: #004595;
}

go-header mat-toolbar .logo-container {
  display: flex;
  align-items: center;
  height: 46px;
}

go-header mat-toolbar .header_logo {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 38px;
  margin-left: 8px;
  padding: 7px 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

go-header mat-toolbar .header_logo .toolbar__logo {
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 664 / 124;
}

go-header mat-toolbar .header_logo .toolbar__logo svg {
  display: block;
  height: 100%;
  width: 100%;
}
