/* Canonical wordmark: external SVG inherits this color scheme for its ink color. */
.ww-brand-image {
  display: block;
  width: 172px;
  max-width: 100%;
  height: auto;
  color-scheme: light;
}
html[data-theme="dark"] .ww-brand-image { color-scheme: dark; }
.ww-global-logo .ww-brand-image { width: 172px; }
.auth-brand .ww-brand-image { width: 220px; }
@media (max-width: 520px) {
  .ww-global-logo .ww-brand-image { width: 152px; }
}
