Initial commit

This commit is contained in:
Sean O'Connor
2026-02-10 15:07:55 -05:00
commit fcfb4678fa
23 changed files with 1622 additions and 0 deletions

6
src/styles/globals.css Normal file
View File

@@ -0,0 +1,6 @@
@import "tailwindcss";
@theme {
--font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}