/* Self-hosted game display fonts (Passion One / Luckiest Guy).
   Lives under public/ so it is served verbatim and the absolute /assets/...
   font URLs resolve against the site root (not processed by webpack).
   Used by GameButton / GameTextStroke in the home redesign. */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/PassionOne-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/PassionOne-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/PassionOne-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/LuckiestGuy-Regular.ttf') format('truetype');
}
