Constructable styles

static styles is adopted into the shadow root as a constructable stylesheet. It takes a single string, or an array adopted in order.

A single string

An array of sheets

Shared tokens, then a ready-made CSSStyleSheet, then local styles — so a design system composes a base sheet with per-component CSS instead of inlining the base in every component.