File size: 423 Bytes
e90abd8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

html, body, #root { height: 100%; margin: 0; }
body { background:#0b0d10; color:#e6e8ea; font-family: system-ui,-apple-system,'Segoe UI',sans-serif; }

/* Hand-drawn minimalist marks (no AI icons) */
.mark-dot { display:inline-block; width:8px; height:8px; border-radius:50%; }
.mark-bar { display:inline-block; width:14px; height:2px; background:currentColor; }