.bullet-chart-normal svg .bullet-outer-frame {
    stroke: var(--wp--preset--color--white);
    fill: none;
}

.bullet-chart-normal svg text {
    font-family: var(--wp--preset--font-family--lato);
    fill: var(--wp--preset--color--white);
    font-size: 1.5rem;
}

@media only screen and (min-width: 600px) {
    .bullet-chart-normal svg text {
        font-size: 0.75rem;
    }
}

.bullet-chart-normal[data-chart-view="simple"] svg text {
    font-size: 1.5rem;
}

/* Curved */
.bullet-chart-round svg text {
    font-family: var(--wp--preset--font-family--lato);
}

.bullet-chart-round svg .chart-frame {
    fill: var(--wp--preset--color--white);
    opacity: 0.25;
}

.bullet-chart-round svg .chart-curve {
    fill: var(--wp--preset--color--white);
}

.bullet-chart-round svg .chart-texts {
    fill: var(--wp--preset--color--white);
}

.bullet-chart-round svg .chart-text-bold {
    font-weight: 600;
}

.bullet-chart-round svg .chart-average-value {
    font-size: 2rem;
    font-weight: 600;
}