@font-face {
  font-family: 'Kwinx Game Title';
  src: url('./assets/game-title-anton.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Shared labels for the six game thumbnails. The original artwork stays intact. */
#root .kxGameCard {
  container-type: inline-size;
  background: #03081e;
  isolation: isolate;
}

#root .kxGameCard > .kxGameArtwork {
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 76%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 76%);
}

#root .kxGameCardTitle {
  position: absolute;
  z-index: 1;
  top: 77.5%;
  left: 3%;
  right: 3%;
  height: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  font-family: 'Kwinx Game Title', Impact, 'Arial Narrow', sans-serif !important;
  font-size: 14cqw;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

#root .kxGameCardLogo {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 5%;
  width: 14%;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
}
