59abb4f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@tailwind base; @tailwind components; @tailwind utilities; :root { --background: #f8fafc; --foreground: #0f172a; } body { background: var(--background); color: var(--foreground); } html, body { height: 100%; }