.cnc-part {
    fill: rgba(52, 168, 83, 0.05);
    stroke: #34a853;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
}

.cnc-tool {
    fill: rgba(66, 133, 244, 0.05);
    stroke: #4285f4;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
}

.cnc-center {
    fill: #ea4335;
    stroke: none;
    vector-effect: non-scaling-stroke;
}

.cnc-contact {
    fill: #fbbc05;
    stroke: none;
    vector-effect: non-scaling-stroke;
}

.cnc-dim {
    stroke: var(--text-muted);
    stroke-width: 1px;
    stroke-dasharray: 3, 3;
    vector-effect: non-scaling-stroke;
}

.cnc-dim-text {
    fill: var(--text-main);
    font-family: 'Outfit', sans-serif;
    text-anchor: middle;
    dominant-baseline: middle;
    pointer-events: none;
}

.cnc-ref {
    stroke: var(--text-muted);
    stroke-width: 1px;
    stroke-dasharray: 2, 2;
    opacity: 0.5;
    vector-effect: non-scaling-stroke;
}

.cnc-dim-red {
    stroke: #ea4335;
    fill: #ea4335;
}

.cnc-dim-green {
    stroke: #34a853;
    fill: #34a853;
}

text.cnc-dim-red,
text.cnc-dim-green {
    stroke: none;
}
