I am searching a way to styling shadow DOM from the outside. For example, I would like to set the color of all text in all \'span.special\' elements as RED. Including \'span
You could use @import css as explained in this answer to another question on SO.
Include the rule inside the style element in the shadow tree.
Note that the >>> combinator is still part of the CSS Scoping Module Draft.