/* Self-hosted Fredoka (from @fontsource/fredoka, npm-pinned).
   Replaces the Google Fonts links that were the product's only off-origin
   runtime dependency — required for offline/home-screen use and removes a
   third-party request from every page load. Fredoka's heaviest real weight
   is 700; CSS weight 800 (used by a few headers) falls back to synthetic
   bold over the 700 face, which is what Google served in practice too. */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fredoka-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('fredoka-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('fredoka-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-display: swap;
  font-weight: 700 800;
  src: url('fredoka-latin-700-normal.woff2') format('woff2');
}
