/* Shared text-only wordmark. Keep the homepage and document pages identical. */
.brand-wordmark {
  display: inline-block;
  color: transparent;
  background: linear-gradient(116deg, #f8feff 0%, #f8feff 38%, #bdeaff 57%, #cdbbff 78%, #ffd36f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Bodoni MT", "Didot", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(169, 149, 255, 0.18);
}
