//from https://github.com/d3/d3-scale-chromatic/blob/v1.5.0/README.md

$ct-series-names: (a, b, c, d, e, f, g, h, i, j);
$ct-series-colors: (
   #1f77b4,
   #ff7f0e,
   #2ca02c,
   #d62728,
   #9467bd,
   #8c564b,
   #e377c2,
   #7f7f7f,
   #bcbd22,
   #17becf
);

@import '_generate';