/* Locally hosted third-party assets, so the desktop build runs fully offline
   (no unpkg, no fonts.googleapis.com). The web/mobile build loads the same
   files: same behaviour, fewer external dependencies. */

@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('./fonts/Baloo2-Variable.ttf') format('truetype-variations');
}
