.fill-primary {
  fill: #00003C !important;
}
.fill-line {
  fill: #192131 !important;
}
.stroke-primary {
  stroke: #00003C !important;
}
.stroke-line {
  stroke: #192131 !important;
}

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