body,
.color-scheme-1 {
  color: var(--color-text);
  hyphens: auto;
}

.subtitle {
  font-size: var(--font-subtitle-size);
  color: var(--color-subtitle);
  /*copied value from backend*/
  font-weight: 340;
}

div.rte li,
ul {
  list-style: square;
}
