.tick path {
    fill: none;
    stroke: #ccc;
    stroke-width: 1px;
    stroke-opacity: 1;
    shape-rendering: crispEdges;
}

.tick line {
    stroke-width: 1px;
    stroke: #d1d1d2;
    image-rendering: crisp-edges;
}

.tick text {
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .875rem;
    font-variant-numeric: tabular-nums;
    fill: rgba(17,29,34,.6);
    color: rgba(17,29,34,.6);
}