* {
  color: #475569;
}

/* Prevent hover effect when disabled */
button:disabled:hover {
  transform: none;
}

.bg-pcuPrimary-800 {
  background-color: #13247a;
}

.bg-pcuSecondary:hover {
  background-color: #00c090;
}

.bg-pcuSecondary {
  background-color: #00d8a3;
}

.bg-pcuSecondary:disabled {
  background-color: #74e5bf;
  cursor: not-allowed;
}

.bg-primaryText-100 {
  background-color: #f1f5f9;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

h6 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}

/* Remove input number arrows/spinners for: Chrome, Safari, Edge, Opera */
input.passcode-input::-webkit-outer-spin-button,
input.passcode-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove input number arrows/spinners for: Firefox */
input[type=number].passcode-input {
  -moz-appearance: textfield;
}