/* Partner CSS override - AMRITA.
   Loaded AFTER every common stylesheet (see Views/Shared/_PartnerAssets.cshtml),
   so plain selectors here win the cascade naturally - no !important needed
   for a normal-specificity override. Keep this file to OVERRIDES only;
   anything structural belongs in the common CSS on the shared CDN
   (AssetsUrl), never duplicated here. */

:root {
    --partner-primary: #0d6efd;
    --partner-secondary: #0a58ca;
}
