:root {
  --wdc-blue: #087e8b;
  --wdc-green: #2f9d68;
  --wdc-ink: #16302f;
}

::selection {
  background: var(--wdc-green);
  color: #ffffff;
}

.status-panel strong {
  color: var(--wdc-blue);
}
