Current behaviour
When running npm run dev, the application throws a DOMTokenList error in the browser console:
The error occurs in src/app/layout.tsx at line 37 where the ThemeProvider component is used. This prevents the application from starting properly and breaks theme switching functionality.
Steps to reproduce
- Clone the repository
- Run npm install to install dependencies
- Run npm run dev to start the development server
- Open browser console
- See the DOMTokenList error
Expected outcome
The application should start without any DOMTokenList errors, and theme switching should work correctly. The ThemeProvider should only use valid CSS class tokens (without spaces or special characters).
Screenshots / Recordings

---
Current behaviour
When running npm run dev, the application throws a DOMTokenList error in the browser console:
The error occurs in src/app/layout.tsx at line 37 where the ThemeProvider component is used. This prevents the application from starting properly and breaks theme switching functionality.
Steps to reproduce
Expected outcome
The application should start without any DOMTokenList errors, and theme switching should work correctly. The ThemeProvider should only use valid CSS class tokens (without spaces or special characters).
Screenshots / Recordings