@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1 { @apply text-5xl; @apply font-semibold; @apply mb-2; } h2 { @apply text-3xl; @apply font-semibold; @apply mb-1; } h3 { @apply text-2xl; @apply font-semibold; } h4 { @apply text-xl; @apply font-semibold; } h5 { @apply text-lg; @apply font-semibold; } h6 { @apply font-semibold; } } [x-cloak] { display: none !important; }