/* Cross-origin fix for share hosts (scottyg.xyz/wbrb, aipg-wbrb-preview).
   brand.css @font-face uses root-relative /static/fonts/… which resolve
   against the PAGE origin, not aiplaysgames.com — fonts 404 and Press Start
   never loads, so hero metrics look wrong vs local HUD. */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("https://www.aiplaysgames.com/static/fonts/space-grotesk-v22-latin.woff2")
    format("woff2");
}

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://www.aiplaysgames.com/static/fonts/press-start-2p-v16-latin.woff2")
    format("woff2");
}
