Is there a way to integrate multiple elementor template kits global styles on the same website?

I try to use multiple elemantor kits for different pages, the problem is that each one comes with it’s own global style preset requirement which breaks all the others.

Is there a way to limit it to global styles to specific pages?
I heard about a plugin by the name of " Style Kits" but the reviews quite concern me.

Yes, importing global styles can override default styles in your template, affecting text sizes and other elements. This happens because global styles often apply to common selectors (e.g., body, p, h1).

Fix:

  • Check if the global styles are overriding the template’s typography.
  • Use more specific CSS rules to prevent unwanted changes.
  • Inspect elements via DevTools to adjust conflicting styles.

What kind of CSS rules?
And what do you mean by overriding the template’s typography?