.footer {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-logo {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.footer-logo span {
  color: var(--olive);
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-size: 12px;
  color: var(--faint);
  text-decoration: none;
}

.footer-copy {
  font-size: 12px;
  color: var(--faint);
}
