/* Westelecom Brand Colors */
:root {
  --westelecom-primary: #1e3a5f;
  --westelecom-accent: #22c55e;
}

/* START BUTTON - Brighter green */
.startButton rect {
  fill: #22c55e !important;
}

.buttonTxt {
  fill: white !important;
  font-weight: bold !important;
}

/* Credits section */
.Credits {
  color: #64748b;
  padding: 15px;
}

.Credits a {
  color: #1e3a5f;
}
