.vellum-ground { display: block; }
.vellum-ground svg { display: block; width: 100%; height: auto; overflow: visible; }
.vellum-ground svg path, .vellum-ground svg line, .vellum-ground svg polyline,
.vellum-ground svg polygon, .vellum-ground svg circle, .vellum-ground svg ellipse,
.vellum-ground svg rect {
  fill: none;
  stroke: rgba(18, 16, 20, 0.92);
  stroke-width: 1.2780;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.vellum-ground svg [data-vellum-note] { stroke: #b0004e; stroke-width: calc(1.2780px * 1.6); }

@media (prefers-reduced-motion: reduce) {
  .vellum-ground svg * { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; transition: none !important; }
}
