body {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-color: var(--theme-ui-colors-background, #fbfbfb);
}
.navbar-brand{
    font-size: 1rem;
    font-weight: 700;
}
.heroes {
  background-color: #6b4cff;
}
.btn-download {
  color: #fff; /* 文字颜色 */
  background: linear-gradient(93deg,#bb4cff,#6b4cff 50%);
  border-color: #ffffff;  /* 边框颜色 */
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(107, 76, 255, var(--bs-bg-opacity, 1)) !important;
}
.blurb {
  font-size: 0.75rem;
}
.blurb p {
  margin-bottom: 0px;
}
.full-text {
  color: var(--theme-ui-colors-article, #4a5568);
}
.card-shadow {
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
}
.card-translucent {
  background-color: rgba(255, 255, 255, 0.1);
}
.card-radius-none {
  border-radius: 0px;
}
#footer {
  display: none;
}
