/* The app's two typefaces, self-hosted so they work offline and no third-party
   script or request ever runs on a child's device (spec 6: no third-party scripts).
   Both are SIL Open Font License 1.1; the licence texts ship beside the files in
   assets/fonts/ and their authors are credited in docs/CREDITS.md.

   Nunito (Vernon Adams, Cyreal, Jacques Le Bailly) is the interface face: a rounded
   sans whose warmth suits the room, carried as one variable file for every weight.

   Andika (SIL International) is used only where a letterform is the lesson: the
   letter cards, the numerals, the trace sheets. SIL designed it for literacy
   learners, so its characters are drawn to be told apart rather than to look even. */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000; /* one variable file covers the whole axis */
  font-display: swap;
  src: url('../assets/fonts/nunito-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Andika';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/andika-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Andika';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/andika-latin-700.woff2') format('woff2');
}
