/* === Footer === */
.site-footer {
  text-align: center;
  padding: 48px 24px 40px;
  margin-top: 48px;
}

.site-footer p {
  font-family: var(--font-small);
  font-size: 14px;
  color: var(--color-text-muted);
}

.site-footer a {
  color: var(--color-primary);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

