I’m making #HTML #CustomElements using <template>; is there no way to opt-in to have it inherit styles from the parent document? It's a really nice way to encapsulate some reusable markup and behavior, but I still want all my buttons to look the same 
I suppose I could make a <my-button>, but that’s just compounding the problem (and each instance has its own style declaration which feels very inefficient)