#games {
  /* font-family: var(--ffm-games);
  font-size: var(--fsz-game-text);   */
  
  .games-shorts {
    .game-description-short {
      &:before {
        content: " - ";
      }
    }

    .game-name-short {
      font-family: var(--ffm-game-name-short);  
    }

    li {
      margin: 0;
      margin-top: .5rem;
    }
  }
}
