Initial Commit, includes stubs from chat app

This commit is contained in:
2026-05-22 23:51:50 +02:00
commit d4fed5db23
31 changed files with 9153 additions and 0 deletions

20
src/style.css Normal file
View File

@@ -0,0 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));
@theme inline {
--font-heading: var(--font-serif);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}