/* LINEAS */
.curves {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.curves path {
  fill: var(--color-neutral-1000);
  stroke: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
