.fill-primary {
  fill: rgb(51, 194, 190) !important;
}
.fill-line {
  fill: rgb(38, 50, 56) !important;
}
.stroke-primary {
  stroke: rgb(51, 194, 190) !important;
}
.stroke-line {
  stroke: rgb(38, 50, 56) !important;
}

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