/* stylelint-disable declaration-property-value-allowed-list */
body.dark {
  --app-background-color: rgb(18 18 18);
}