.circle {
  stroke: var(--color-greyLighter);
  stroke-width: 2px;
  stroke-linecap: square;
}

.circle.circleCompleted {
  stroke: var(--color-primary);
}

.text {
  font: var(--font-small-i);
  font-weight: var(--fontweight-bold);
  line-spacing: 15;
  fill: var(--color-greyDarker);
}