﻿/* File: wwwroot/css/legacy.css
   Purpose: Low-priority bucket for old global CSS to avoid conflicts
   Notes:
   - Keep selectors exactly as they were in legacy files when migrating here.
   - This layer loads first and has the lowest cascade priority, so new
     components/pages can override it without !important.
*/

@layer legacy {
    /* Legacy global rules live here (lowest priority).
     Example (to be pasted from old files as-is):
     .navbar { ... }
     .footer { ... }
     .main-content { ... }
    */
}
