/* Letter motion shared by Take Turns games. See THEME.md. */

.board,
.boards,
.cell {
  touch-action: pan-y;
}

.glyph,
.cell,
.letter,
.key {
  font-family: var(--font-tile);
  font-weight: 700;
}

.glyph {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: none;
  filter: none;
}
