:root {
  --icc-shadow-no: none;
  --icc-shadow-small: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  --icc-shadow-regular: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  --icc-shadow-larger: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
}
.icc-shadow-no {
  box-shadow: none;
}
.icc-shadow-small {
  box-shadow: var(--icc-shadow-small);
}
.icc-shadow-regular {
  box-shadow: var(--icc-shadow-regular);
}
.icc-shadow-larger {
  box-shadow: var(--icc-shadow-larger);
}
