shadow dom is a new document and it could have a similar unit like rem that target :host.
component elements would benefits of being scalable. You would be also able to define the component size like in the following example
my-component {
font-size: 16px; // component scale
}
inside web component
<style>
.element {
font-size: 1.2hem;
}
</style>