
:root {
  --ids__text-RGB:        5, 5, 5;
  --ids__link-RGB:        47, 40, 248; /* 0, 100, 240;*/
  --ids__hover-RGB:       0, 210, 106; /* 0, 200, 0; */
  --ids__accent-RGB:      var(--ids__link-RGB);
  --ids__code-RGB:        115, 120, 125;
  --ids__mark-RGB:        238, 214, 241; /* 255, 225, 0; */
  --ids__surface-RGB:     238, 240, 242;
  --ids__background-RGB:  255, 255, 255;
  
  --ids__chip-background-RGB:  var(--ids__text-RGB);
  --ids__chip-text-RGB:  245, 245, 245;
  
  --ids__radius:          0.2em;
}

body {
  color: rgba(var(--ids__text-RGB), 1);
  background-color: rgba(var(--ids__background-RGB), 1);
}