/* Bright utility routes can be opened while the underlying story theme is dark. */
body[data-experience-route="community"] #root .brand-name,
body[data-experience-route="compat"] #root .brand-name,
body[data-experience-route="fortune"] #root .brand-name {
  color: #111113 !important;
}
