html,
body {
  margin: 16pt 0 0 0;
  padding: 0;
  font-family: "Nexa", sans-serif !important;
}

.text-center {
  text-align: center;
}

button,
.button {
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  user-select: none;
}

button:disabled,
.button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* Ignore hover on mobile */
@media (hover: none) {
  button,
  .button:hover {
    background-color: #9b4dca;
  }
}

footer {
  text-align: center;
  margin: 16pt auto;
  font-size: small;
}
