/* katjing-www shared styles */

.site-footer {
  border-top: 0.5px solid var(--color-border);
  margin-top: var(--space-16);
  padding-top: var(--space-6);
  font-size: var(--text-sm);
  color: var(--color-text-3);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer__nav {
  display: flex;
  gap: var(--space-8);
}

.site-footer__nav a {
  color: var(--color-text-3);
  text-decoration: none;
}

.site-footer__nav a:hover {
  color: var(--color-text-2);
  text-decoration: none;
}
