.fill-primary {
  fill: rgb(105,255,245) !important;
}
.fill-line {
  fill: #333 !important;
}
.stroke-primary {
  stroke: rgb(105,255,245) !important;
}
.stroke-line {
  stroke: #333 !important;
}

.hovered .fill-primary {
  fill: #ff7d1a !important;
  transition: fill 0.8s ease;
}
.hovered .stroke-primary {
  stroke: #ff7d1a !important;
  transition: stroke 0.8s ease;
}
