:root {
  --partitions-excluded-area-color: whitesmoke;
}

.exclusion-zone,
.forbidden-zone {
  fill: var(--partitions-excluded-area-color);
}