/* Transparent, lettering-only homepage wordmark. SPDX-License-Identifier: MIT */
.wordmark {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.wordmark img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
}
/* Keep the same transparent asset and letterforms when the effective theme
   changes, including both system changes and the reader's manual override. */
:root[data-theme="dark"] .wordmark img {
  filter: brightness(1.16) saturate(.94);
}
