feat: Setup Nuxt UI

This commit is contained in:
2026-03-18 16:00:16 -04:00
parent 22cdda7fbf
commit 0ffe47c8f8
14 changed files with 2198 additions and 56 deletions

View File

@@ -0,0 +1,21 @@
/* Heading styles */
@utility heading-base {
@apply font-bold tracking-tight;
}
@utility heading-1 {
@apply heading-base text-4xl;
}
@utility heading-2 {
@apply heading-base text-3xl;
}
@utility heading-3 {
@apply heading-base text-2xl;
}
@utility heading-4 {
@apply heading-base text-xl;
}
/* Paragraph styles */
@utility paragraph-lead {
@apply text-2xl;
}