/* cloth demo */

#cloth-canvas {
    touch-action: none;
    cursor: grab;
}

#cloth-canvas.cutting {
    cursor: crosshair;
}

.cloth-tools {
    display: inline-flex;
    gap: 0.3rem;
}

.cloth-tool.active {
    border-color: #f0883e;
    color: #f0883e;
}
