Spaces:
Running
Running
| @import "tailwindcss"; | |
| @layer base { | |
| :root { | |
| color-scheme: light; | |
| font-family: | |
| ui-sans-serif, | |
| system-ui, | |
| -apple-system, | |
| BlinkMacSystemFont, | |
| "Segoe UI", | |
| sans-serif; | |
| line-height: 1.45; | |
| font-weight: 400; | |
| background: #f5f5f4; | |
| color: #292524; | |
| } | |
| body { | |
| margin: 0; | |
| min-height: 100vh; | |
| background: #e7e5e4; | |
| } | |
| } | |