.footer {
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer__text {
  margin: 0 0 0.25rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted-foreground);
}

.footer__text:last-child {
  margin-bottom: 0;
}

.footer__text em {
  opacity: 0.6;
}
