/* Match the site canvas to the logo artwork's native navy so its edges disappear. */
:root {
  --navy: #040f20;
}

.brand-panel {
  background: #040f20;
}

.brand-panel img {
  filter: saturate(.98);
}
