{"version":3,"file":"static/css/main.60b89f2c.css","mappings":"0FAGA,cAAc,CACd,oBAAoB,CACpB,mBAAmB,CAGnB,KAEE,wBAAyB,CACzB,aAAc,CAFd,4BAAgC,CAGhC,mDACF,CAGA,UACE,wBAAyB,CACzB,aACF,CAGA,sBAGE,kBAAmB,CAFnB,YAAa,CACb,qBAAsB,CAEtB,sBACF,CAGA,OAGE,WAAY,CADZ,eAAgB,CADhB,UAGF","sources":["index.css"],"sourcesContent":["/* src/index.css */\n@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');\n\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* Base styles for the entire application */\nbody {\n  font-family: 'Inter', sans-serif;\n  background-color: #e2e8f0; /* Default background for light mode */\n  color: #1a202c; /* Default text color for light mode */\n  transition: background-color 0.3s ease, color 0.3s ease;\n}\n\n/* Dark mode styles */\nbody.dark {\n  background-color: #1a202c;\n  color: #e2e8f0;\n}\n\n/* Custom styles for the spinner */\n.spin-wheel-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n}\n\n/* Custom styles for the canvas element */\ncanvas {\n  width: 100%;\n  max-width: 400px;\n  height: auto;\n}\n\n/* Other custom styles can be added here if needed */"],"names":[],"sourceRoot":""}