Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| @theme { | |
| --font-sans: "Inter", system-ui, sans-serif; | |
| } | |
| html, body, #root { | |
| height: 100%; | |
| margin: 0; | |
| font-family: var(--font-sans); | |
| } | |
| @import "tailwindcss"; | |
| @theme { | |
| --font-sans: "Inter", system-ui, sans-serif; | |
| } | |
| html, body, #root { | |
| height: 100%; | |
| margin: 0; | |
| font-family: var(--font-sans); | |
| } | |