  
  :root{
    --theme-primarybutton-fore-color : #fff;
    --theme-primarybutton-back-color : #14a733;
    --theme-primarybutton-hover-back-color : #14883d;
  
  
    --theme-secondarybutton-fore-color : #555;
    --theme-secondarybutton-back-color : #ccc;
    --theme-secondarybutton-hover-fore-color : #444;
    --theme-secondarybutton-hover-back-color : #fff;
  
    
    --theme-specialbutton-fore-color : #fff;
    --theme-specialbutton-back-color : #468CC9;
    --theme-specialbutton-border-color : #468CC9;
  
    --theme-specialbutton-hover-fore-color : #fff;
    --theme-specialbutton-hover-back-color : #386E9D;
    --theme-specialbutton-hover-border-color : #386E9D;
  

    --theme-block-back-color : rgb(238, 245, 255);
    --theme-specialbutton-border-color : rgb(192, 192, 192);
  
  
    --theme-tooltip-back-color : rgb(238, 245, 255);
    --theme-tooltip-fore-color : rgb(38, 45, 55);
    --theme-tooltip-border-color : rgb(192, 192, 192);

  --theme-link-color : #339cf0;
    --theme-link-hover-color : #339cf0;
  
  }
  