/* ==========================================================================
   11 Plus Blocks: webfonts
   --------------------------------------------------------------------------
   Self-hosted, latin subset, variable weight. Two files, ~78KB total.

   Self-hosted rather than called from Google's CDN for three reasons: no
   third-party request from a site aimed at children and their parents, no
   render-blocking round trip to another origin, and no font-CDN entry in the
   privacy policy.

   These are the *full* variable families, so the web has the weight range the
   app doesn't: only the SemiBold static of each came across from Jay's
   Flutter project, which is why the app's headings are all one weight.
   ========================================================================== */

@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/LexendDeca-var-latin.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  /* Latin only: the site is UK English. */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-var-latin.woff2") format("woff2-variations");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
