/* A clearer display face for the major editorial headlines. */
.brand,
.hero h1,
.statement h2,
.game-info h2,
.manifesto h2,
.game-visual > p {
  font-family: Sora, Arial, sans-serif !important;
}

.hero h1,
.statement h2,
.game-info h2,
.manifesto h2 {
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.game-visual > p {
  line-height: 0.88;
  letter-spacing: -0.07em;
}
