::selection {
  background: var(--app-selection);
  color: #fff;
}

::-moz-selection {
  background: var(--app-selection);
  color: #fff;
}