/* Need to add global transition delay in Tailwind - TC */

* {
  letter-spacing: .015em;
}

a {
  transition: .1s;
}

.quantity {
  position: relative;
}


input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[type="checkbox"]:checked + label .tick {
  opacity: 1;
}