/* Discord CTA above copyright row */
.footer__community {
  margin-bottom: 0.75rem;
}

/* Home epigraph: monospace only; colour comes from rose-pine.css (body text, no link styling). */
.home-intro {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-top: 3rem;
  -webkit-tap-highlight-color: transparent;
}

.home-intro p {
  margin: 0.65em 0;
}

.home-intro p:first-child {
  margin-top: 0;
}

.home-intro p:last-child {
  margin-bottom: 0;
}

/* Undo link / focus treatment if Markdown ever emits anchors here */
.home-intro a,
.home-intro a:visited,
.home-intro a:hover,
.home-intro a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.home-intro a:focus {
  outline: none;
}
