footer {
  text-align: center;
  padding: 2.5rem 2rem 2rem;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-faint);
  line-height: 1.7;
}

.footer-about {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: 11px;
  color: #999;
}

.footer-about strong {
  color: #666;
  font-weight: 700;
}

.footer-bottom {
  font-size: 11px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
