The igc-navbar component fails to apply custom theme colors (specifically --ig-primary-500 and other theme variables) when these variables are defined in a parent component's shadow DOM using the ...
I defined colors for navbar... $navbar-light-color: #000; $navbar-dark-color: #fff; ...then compiled the bootstrap theme and used it on a page with data-bs-theme ...