svg.topic-icon {
  circle {
    fill: var(--background-primary);
  }

  path {
    fill: var(--curriculum-color-topic);
  }
}
