Currently, I have successfully implemented 2 pages in my Blazor app:
Login.razor located in the Auth folder
AddPerson.razor situated in the Profile directory
At this point, I have managed to integrate a CSS file specifically for the AddPerson.razor page.
My inquiry is centered around how I can utilize the same CSS file for both of these pages?