@import 'tailwindcss'; @layer base { input, select, textarea { @apply w-full rounded-lg border border-gray-300 bg-white px-3 py-2 text-base; } label { @apply block text-sm font-medium text-gray-700; } }