/* Match the app's desktop icon without changing navigation or brand text. */
.brand-logo, .admin-brand > span, .login-logo {
  background: transparent url('/favicon-geobok-teal-v2.svg') center / contain no-repeat !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.brand-logo > svg, .admin-brand > span > svg, .login-logo > svg { visibility: hidden; }
