@scope (.dark-theme) to (.light-theme) {
  p {
    color: red;
  }
}
