/*
 * Balatro pixel fonts by Daniel Linssen — https://managore.itch.io/
 * Free to use with attribution. Files in assets/fonts/ (see assets/fonts/README.md).
 *
 * Size grids (author): m6x11 → 16, 32, 48… · m6x11plus → 18, 36, 54…
 * Import this file (or jaml-ui/index, which pulls jimbo.css → fonts.css).
 */
@font-face {
  font-family: 'm6x11';
  src:
    local('m6x11'),
    url('./assets/fonts/m6x11.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'm6x11plus';
  src:
    local('m6x11plus'),
    url('./assets/fonts/m6x11plus.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
