diff --git a/app/globals.css b/app/globals.css index 2574518..aba3ba0 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,6 +2,21 @@ @tailwind components; @tailwind utilities; +@layer base { + h1 { + @apply text-5xl font-semibold mb-8; + } + h2 { + @apply text-3xl font-semibold mb-4 text-center; + } + h3 { + @apply text-2xl font-semibold mb-4 text-left; + } + p { + @apply text-lg; + } +} + /* :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220; diff --git a/app/layout.tsx b/app/layout.tsx index 205108c..f49969f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -27,7 +27,7 @@ export default function RootLayout({