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

.flight-command-theme {
  /* Add your unique design patterns here */
}

/* Example:
.flight-command-theme .score-board {
  background: red;
}
*/

