/* You can add global styles to this file, and also import other style files */ @tailwind base; @tailwind components; @tailwind utilities; @layer base { h1 { @apply text-2xl uppercase mb-4; } h2 { @apply text-xl mb-4; } p { @apply mb-2; } }