/* Site-wide alignment, including text inside theme and page-specific cards. */
.directory-page-title {
  margin: 0 0 0.5em;
  padding-top: 1rem;
  line-height: 1;
}

body,
body * {
  text-align: justify !important;
}

/* Use the same treatment for every linked member name in news stories. */
a.person-link {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

a.person-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
