@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1 { @apply text-h3 text-white uppercase mb-12; } h2 { @apply text-h4 text-white mb-8; } p { @apply mb-12; } }