.fill-primary {
  fill: #C2C916 !important;
}
.fill-line {
  fill: #333 !important;
}
.stroke-primary {
  stroke: #C2C916 !important;
}
.stroke-line {
  stroke: #333 !important;
}

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