::selection {
    color: var(--textSelectionFontColor) !important;
    background-color: var(--textSelectionBackgroundColor)!important;
  }
  



  ::-moz-selection {
    color: var(--textSelectionFontColor) !important;
    background-color: var(--textSelectionBackgroundColor)!important;
  }
  
  ::-webkit-selection {
    color: var(--textSelectionFontColor) !important;
    background-color: var(--textSelectionBackgroundColor)!important;
  }