.app-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: auto;
  background-color: #0f172a;
  /* Slate 900 */
  color: #94a3b8;
  /* Slate 400 */
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.app-footer .app-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.app-footer .app-footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.app-footer .app-footer-nav > li {
  display: inline-block;
}
.app-footer .app-footer-nav > li > a {
  color: #e2e8f0;
  /* Slate 200 */
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.app-footer .app-footer-nav > li > a:hover {
  color: var(--color-primary-light);
}
.app-footer .app-footer-copyright {
  color: #64748b;
  /* Slate 500 */
  font-size: 0.85rem;
  font-weight: 400;
}
/*# sourceMappingURL=c7f6755fda14defe74f262c83453cd617768bd59.footer.scss.map */
