Avoided conflicts with other parts of the project where Filament is loading assets. By using lazy loading, the CSS files are only loaded when necessary, ensuring there is no overlap or redundant loading across different sections of the application.
Removed unnecessary CSS loading from areas where it was not needed, based on best practices outlined in the Filament documentation on lazy loading CSS: Lazy Loading Filament CSS
Changes: