/* Self-hosted GSA fonts (latin subset, from Google Fonts). No runtime call to Google. */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600 700;       /* variable — one file covers the weights the game uses */
  font-stretch: 100%;
  font-display: swap;
  src: url('fredoka.woff2') format('woff2');
}
@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('luckiest-guy.woff2') format('woff2');
}
