@import "tailwindcss";

@layer base {
  button,
  input[type="submit"] { @apply cursor-pointer; }
}
