.circ-main {
    fill: none;
    stroke: #b2bec3;
    stroke-width: 2;
    stroke-dasharray: 6, 6;
}

.seg-fill {
    fill: rgba(0, 184, 148, 0.15);
    stroke: none;
}

.chord-line {
    stroke: var(--accent-circ);
    stroke-width: 4;
    stroke-linecap: round;
}

.height-line {
    stroke: var(--secondary);
    stroke-width: 3;
    stroke-linecap: round;
}

.arc-line {
    stroke: var(--text-main);
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
}

.pt-marker {
    fill: #4285f4;
    stroke: none;
}
