/* Shared by the developer footer and its static Computer rendering. */
.site-footer[data-ui="site-footer"] {
  font-family: var(--supah-font-sans);
  font-size: 16px;
  line-height: 24px;
}

.site-footer .footer-nav {
  grid-template-columns: repeat(5, minmax(90px, 1fr));
  gap: 32px;
}

.site-footer .footer-nav h2 {
  letter-spacing: normal;
}

@media (max-width: 1000px) {
  .site-footer .footer-nav {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }
}
