.button {
  background-color: light-dark(var(--user-theme-light-button-background-colour), var(--user-theme-dark-button-background-colour));
  color: light-dark(var(--user-theme-light-button-text-colour), var(--user-theme-dark-button-text-colour));
}