Bootstrap is very utility class based this means there is alot of css for features we may not use. We have trimmed down the utility array but all the layout and other classes exist.
https://getbootstrap.com/docs/5.0/customize/optimize/
We could set up PurgeCss to mitigate unused css in our templates. this should help us use only what is necessary from bootstrap from the global css standpoint
Fixed
Code