:root {
  --content_bodyBgColor: #727dc6;
}

body {
  background-color: var(--content_bodyBgColor);
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}