.text-muted { color: var(--muted); }

.meta {
  color: var(--muted);
  font-size: 0.85rem;
  font-family: var(--font-mono);
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.links a { margin-right: 1rem; }

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
