.fill-primary {
  fill: rgb(170, 198, 14) !important;
}
.fill-line {
  fill: rgb(38, 50, 56) !important;
}
.stroke-primary {
  stroke: rgb(0, 148, 170) !important;
}
.stroke-line {
  stroke: rgb(38, 50, 56) !important;
}

.hovered .fill-primary {
  fill: #4DB7C6 !important;
  transition: fill 0.8s ease;
}
.hovered .stroke-primary {
  stroke: rgb(0, 148, 170) !important;
  transition: stroke 0.8s ease;
}
