@tailwind base;
@tailwind components;
@tailwind utilities;

@import "tailwindcss";

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