initial commit

This commit is contained in:
2024-06-09 14:52:51 +02:00
parent a71467fec5
commit c1b817a128
21 changed files with 8371 additions and 51 deletions

10
app/tailwind.css Normal file
View File

@@ -0,0 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Geist Sans';
src: url('/fonts/GeistVariableVF.woff2') format('woff2');
font-style: normal;
font-weight: 100 900;
}