/* Invoice App — Brand Colour Override (sidebar gradient) */
:root {
  --sidebar-brand-start: #1a5f9f;
  --sidebar-brand-end: #2d78c8;
}

