/*
  Color scheme in :root and :host.
*/
:root, :host {
  // Scheme.
  color-scheme: normal; // light, dark, light dark
}
