/* ========================================
   Footer
   ======================================== */

.site-footer {
  text-align: center;
  padding: var(--spacing-xl) 0;
  margin-top: var(--spacing-2xl);
  border-top: 1px solid var(--color-border);
}

.site-footer p {
  font-size: var(--font-size-small);
  color: #888888;
  margin-bottom: 0;
}

.site-footer a {
  color: var(--color-heading);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-footer a:hover {
  opacity: 0.7;
}
