/* ============================================================
   B3 Brand — Tenant Override
   ============================================================

   To customize for a tenant, redefine :root variables here.
   Because all component styles reference var(--b3-*) tokens,
   changing the variables cascades everywhere automatically.

   Example — Purple tenant (matching MAUI MockDynamicStyles.xaml):

   :root {
       --b3-primary: #7B2D8E;
       --b3-primary-dark: #5E2270;
       --b3-primary-darker: #421852;
       --b3-primary-light: #A864B8;
       --b3-primary-lighter: #E8D4EE;
       --b3-gradient-header: linear-gradient(135deg, #7B2D8E, #A864B8);
   }

   ============================================================ */
