| @import "tailwindcss"; |
|
|
| @theme inline { |
| --color-background: oklch(1 0 0); |
| --color-foreground: oklch(0.145 0 0); |
| --color-card: oklch(1 0 0); |
| --color-card-foreground: oklch(0.145 0 0); |
| --color-muted: oklch(0.97 0 0); |
| --color-muted-foreground: oklch(0.556 0 0); |
| --color-border: oklch(0.922 0 0); |
| } |
|
|
| body { |
| margin: 0; |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
| 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
| sans-serif; |
| -webkit-font-smoothing: antialiased; |
| -moz-osx-font-smoothing: grayscale; |
| } |
|
|
| code { |
| font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
| monospace; |
| } |
|
|