in every component there should be a script part in the initialization which checks for the presence of the component related selectors in the DOM, if not it should automatically load its own styles by itself by using the adoptedStylesheets API after having fetched them from the CDN
in every component there should be a script part in the initialization which checks for the presence of the component related selectors in the DOM, if not it should automatically load its own styles by itself by using the adoptedStylesheets API after having fetched them from the CDN