File size: 183 Bytes
8b8b6f5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/* Tailwind v4: single import */
@import "tailwindcss";

/* App base styles */
:root { --app-bg: #f7f7fb; }
html, body, #root { height: 100%; }
body { background: var(--app-bg); }