Let me check the current auth page and test the login functionality with the stored credentials:
I can see there's an import error with the Geist font. Let me fix this by updating the layout file to use standard fonts that work in this environment:
Now let me also check and update the globals.css file to ensure it has proper font definitions:
I've fixed the font import issues by removing the problematic Geist font imports and replacing them with system fonts. The layout now uses standard font families that are available in all environments, which should resolve the import error and allow the authentication page to load properly.