@tailwind base; @tailwind components; @tailwind utilities; @layer base { body { @apply bg-['#ECEFF1']; } color { @apply text-black; } }