@property --white {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(0, 0%, 100%);
}

[background="white"] {
  --background: var(--white);
}

[color="white"] {
  --color: var(--white);
}
