#footer {
  background: var(--clr-footer);
  color: white;
}

.footer > *{
  font-size: clamp(0.8rem, 1.6vw, 1rem);
}

.iso-footer {
  /* width: 240px; */
  /* max-width: 340px; */
  width: auto;
  max-width: 70%;
}

.footer > * {
  flex: 1;
}

.copyright {
  background: #121212;
  padding: .5rem var(--padx);
}

.copyright * {
  font-weight: 500;
  font-size: clamp(0.8rem, 1.6vw, 1rem);
}

@media (max-width: 660px) {
  .footer {
    flex-direction: column;
    text-align: center;
  }
}
