/* WP themes sometimes force svg text bold — nuke it */
#stage text,
svg#stage text,
#stage .tile_txt {
  font-weight: 400 !important;
  font-style: normal !important;
  font-family: Arial, sans-serif !important;
}

/* prevent selection highlights */
#stage text {
  -webkit-user-select: none;
  user-select: none;
}
