/**
 * Pokémon game UI fonts — bundled under fonts/ (PokeClicker assets, fan use).
 */
@font-face {
  font-family: 'Pokemon Menu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pokemon.ttf') format('truetype');
}

@font-face {
  font-family: 'Pokemon FireRed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/firered.ttf') format('truetype');
}

:root {
  --font-pokemon-menu: 'Pokemon Menu', monospace;
  --font-pokemon-dialogue: 'Pokemon FireRed', monospace;
}
