:root {
  --theme-color: #8cabbf;
}

.theme-color {
  color: var(--theme-color);
}
