/*
  Self-hosted Google font entry point for CrazyGames builds.

  The runtime must not load remote Google font endpoints.
  Place the approved Google font files in this folder before release, for example:

  public/assets/fonts/google/ShadowFlipText-Regular.woff2
  public/assets/fonts/google/ShadowFlipText-Bold.woff2

  Font binaries are intentionally not bundled by this assistant session. After the
  files are added, uncomment the matching @font-face blocks below.
*/

/*
@font-face {
    font-family: 'ShadowFlipText';
    src: url('./ShadowFlipText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ShadowFlipText';
    src: url('./ShadowFlipText-Bold.woff2') format('woff2');
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}
*/
