body,
.bio {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  color: #000;
  margin: 0;
  padding: 0;
}

.newsreader-name {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 425;
  font-style: normal;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.bio {
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  line-height: 1.75;
  margin: 64px auto 72px;
  max-width: 60ch;
  text-align: center;
  user-select: none;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-links {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 20px;
  user-select: none;
}

.footer-link {
  font-family: "Libre Baskerville", serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.icon {
  width: 1.4em;
  height: 1.4em;
  object-fit: contain;
}

.signature-inline {
  height: 6em;
  width: auto;
  opacity: 0.85;
}

.pgp {
  margin-top: 6px;
  font-family: "Libre Baskerville", serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-align: center;
  user-select: text;
}

.pgp-label {
  opacity: 0.6;
  margin-right: 6px;
}

.pgp-fingerprint {
  font-family: monospace;
  letter-spacing: 0.1em;
}
