/* ============================================
   Workorder App — Brand Colour Override
   Loaded AFTER /static/shared/css/sidebar.css
   Sets the green sidebar logo gradient.
   ============================================ */
:root {
    --sidebar-brand-start: #1a7f5f;
    --sidebar-brand-end:   #2d8659;
}
