
:root {
  color-scheme: dark;

  --ids__text-RGB:        245, 245, 247;
  --ids__link-RGB:        100, 170, 255;
  --ids__hover-RGB:       90, 220, 110;
  --ids__accent-RGB:      255, 70, 95;
  --ids__code-RGB:        165, 170, 180;
  --ids__mark-RGB:        255, 220, 50;
  --ids__surface-RGB:     32, 34, 38;
  --ids__background-RGB:  27, 24, 22;
}

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