/*--------------------------------------------------------------------------*\
    Serie slice for circular charts (donut and pie)
\*--------------------------------------------------------------------------*/

.chart__serie-slice{
    /*border*/
    stroke:var(--c-tertiary-4);
    stroke-width: 2;
}