@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @layer utilities { .text-shadow { text-shadow: 2px 2px 4px #000; } .text-outline { text-shadow: 2px 2px 2px #801B71, -2px 2px 2px #801B71, 2px -2px 2px #801B71, -2px -2px 2px #801B71; } } body { @apply overflow-hidden; }