/*--------------------------------------------------------------------------*\
    Axis title
\*--------------------------------------------------------------------------*/

.chart__axis__title{
    /*background*/
    fill:var(--c-primary-2);

    /*text*/
    font-size: var(--fs-tn);
    font-weight: var(--fw-bold);
    text-anchor: middle;
}

/*--------------------------------------------------------------------------*\
    Axis title for bubble size in bubble chart
\*--------------------------------------------------------------------------*/

.chart__axis__title--bubble{
    /*text*/
    font-size: var(--fs-xtn) !important;
    font-weight: var(--fw-regular) !important;
    font-style:italic !important;
    text-decoration: underline !important;
}