/* 
  Unique Styles for construction-crew
  All styles must be scoped inside .construction-crew-theme to prevent global CSS bleeding!
*/

.construction-crew-theme {
  /* Add your unique design patterns here */
}

/* Example:
.construction-crew-theme .score-board {
  background: red;
}
*/

