.fill-primary {
  fill: #69A341 !important;
}
.fill-line {
  fill: #375721 !important;
}
.stroke-primary {
  stroke: #69A341 !important;
}
.stroke-line {
  stroke: #375721 !important;
}

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