Design tokens can be scoped to a certain component using the dt property. In this example, first switch uses the global tokens whereas second one overrides the global with its own tokens.
This approach is recommended over the :deep() as it offers a cleaner API while avoiding the hassle of CSS rule overrides.