.text-chart-title {
    line-height: 144%;
    letter-spacing: .0016rem;
    font-weight: 500
}

.text-chart-label,
.text-chart-title {
    font-family: OpenAI Sans;
    font-size: .94625rem
}

.text-chart-label {
    line-height: 117%;
    letter-spacing: .0016em;
    font-weight: 400
}

.text-chart-bar-label {
    font-size: .425rem
}

.text-chart-bar-label,
.text-chart-legend {
    font-family: OpenAI Sans;
    line-height: 144%;
    font-weight: 400
}

.text-chart-legend {
    font-size: .8425rem
}

.text-chart-legend-detail {
    font-family: OpenAI Sans;
    font-size: .655rem;
    line-height: 144%;
    font-weight: 400
}

.text-chart-tooltip-label {
    font-weight: 500
}

.text-chart-tooltip-label,
.text-chart-tooltip-metric {
    font-family: OpenAI Sans;
    font-size: .84375rem;
    line-height: 144%
}

.text-chart-tooltip-metric {
    font-weight: 400
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}