/* ==========================================================================
   Nunito, served from this site -- never from Google.

   The app bundles the same four static weights (assets/google_fonts/), and
   these are those files cut down to the Latin range and packed as WOFF2 by
   fontTools: about 16 KB each instead of 132 KB. Serving them ourselves means
   a visit to the website makes no request to anybody but us -- which is what
   lets the privacy policy say so, and what keeps a visitor's IP address away
   from a third party the moment a page opens.

   Licensed under the SIL Open Font License 1.1: see fonts/OFL.txt, which has
   to travel with the files.
   ========================================================================== */

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/nunito-400.woff2") format("woff2");
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/nunito-600.woff2") format("woff2");
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/nunito-700.woff2") format("woff2");
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/nunito-800.woff2") format("woff2");
}
