@value (colorFillPrimary) from '../../../styles/variables/_color.css';
@value (size400, size540, size660, size880, sizeFluid) from '../../../styles/variables/_size.css';

.wrapper {
  display: flex;
}

.spiderChartContainer {
  width: sizeFluid;
  min-width: size660;
  max-width: size880;
  min-height: size400;
  max-height: size540;
  display: flex;
  align-items: center;
  justify-content: center;
}
