/* Self-hosted Nunito — three weights, brand-supplied.
   Regular (400) for body copy, Bold (700) for mid-emphasis (nav, buttons,
   card headings), Black (900) for display headings and the wordmark. Only
   these three faces are registered: any Tailwind font-weight utility that
   asks for something in between resolves via the CSS font-matching
   algorithm to the nearest one (500→400, 600→700, 800→900), so nothing
   below needs its own file. Sourced from
   apps/kids-sudoku-game/mobile/fastlane/screenshots/fonts/ (Black,
   Regular) and apps/word-puzzle-game/landing/public/fonts/ (Bold — same
   already-self-hosted Nunito family elsewhere in this monorepo). */

@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: url('Nunito-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: url('Nunito-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 900; font-display: swap; src: url('Nunito-Black.ttf') format('truetype'); }
