Base app in working condition

This commit is contained in:
Josh Patra
2025-04-18 22:04:58 -04:00
parent bb9680f221
commit 80e0fe38cb
14 changed files with 597 additions and 40 deletions

View File

@@ -1 +1,11 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');
@import 'tailwindcss';
/* load any custom fonts here, e.g.: */
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-family: 'Inter', sans-serif;
}