@tailwind theme; @tailwind base; @tailwind components; @tailwind utilities; @layer base { h1 { font-size: var(--text-2xl); } h2 { font-size: var(--text-xl); } }