Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| @theme { | |
| --font-sans: "DM Sans", system-ui, -apple-system, sans-serif; | |
| } | |
| html { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| body { | |
| margin: 0; | |
| font-family: var(--font-sans); | |
| background: #f8fafc; | |
| color: #0f172a; | |
| } | |