1@import "virtual:theme.css"; 2@import "tailwindcss"; 3 4body { 5 font-family: Arial, sans-serif; 6} 7 8canvas { 9 cursor: crosshair; 10}