/* Big Mixing Bowl */
.tray-fill {
  fill: #ffffff; /* JS overrides */
}

.tray-outline {
  fill: none;
  stroke: #000000;
  stroke-width: 18;
}

.tray-label {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  fill: #000000;
  dominant-baseline: middle;
  text-anchor: middle;
}

/* Bigger paint circles */
.blob-base {
  stroke: #000000;
  stroke-width: 5;
  fill: #cccccc; /* JS overrides */
}

/* text a bit smaller */
.blob-label {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 26px;   /* was 32 */
  font-weight: 900;
  fill: #000000;
  dominant-baseline: middle;
  text-anchor: middle;
}
