.btn-indigo {
  @apply px-6 py-3 rounded bg-indigo-dark text-white text-sm font-bold whitespace-no-wrap;

  &:hover, &:focus { @apply bg-orange }
}