/*
 * Nunito Sans, served under the family name "Nunito".
 *
 * The whole project asks for `font-family: Nunito`, so declaring Nunito Sans
 * under that name swaps the typeface everywhere without touching a single
 * component. To go back to real Nunito, swap the stylesheet link in
 * public/index.html back to assests/nunitocss2.css (and drop the link from
 * public/aichat/index.html and public/mdash/index.html).
 *
 * These are the variable fonts from the Google download, converted from TTF to
 * woff2 (1.1 MB -> 421 KB). One file covers every weight from 200 to 1000, so
 * the `font-weight: 200 1000` range below replaces what would otherwise be
 * sixteen separate static faces. The wdth, opsz and YTLC axes stay at their
 * defaults; opsz is driven by font-size through the browser's default
 * font-optical-sizing, which is what the design intends.
 */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(./nunitosans/NunitoSans-Variable.woff2) format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(./nunitosans/NunitoSans-Italic-Variable.woff2) format('woff2');
}
