html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zoa-footer-divider {
  display: inline-block;
  width: 1px;
  height: 1rem;
  align-self: center;
  background: rgba(255, 255, 255, 0.2);
}
