@import "tailwindcss";

@layer base {
  body {
    @apply text-gray-900 bg-white;
  }
}
