/*
 * Self hosted faces.
 *
 * Lato, because it is the face on the covers: the series word and the
 * discipline word are both set in it, so using it for headings and for the
 * interface layer is what makes the site and the shelf look like one brand.
 *
 * Self hosted rather than pulled from Google's CDN. Loading it from there adds
 * a third party connection, a DNS lookup and a render blocking request, and
 * costs LCP for nothing. These two files are 23 and 22 KB, subset to Latin.
 *
 * font-display: swap, not optional. Lato now carries the headings, and a
 * heading that never arrives on a cold load is worse than one that arrives a
 * moment late. The fallback stack is a humanist sans with close metrics, so
 * the swap moves very little.
 *
 * Licence: Lato is by Lukasz Dziedzic under the SIL Open Font License 1.1,
 * which permits self hosting and redistribution. See OFL.txt in this folder.
 */

@font-face {
  font-family: "Lato";
  src: url("lato-400.woff2") format("woff2");
  font-weight: 400;
  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+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  src: url("lato-700.woff2") format("woff2");
  font-weight: 700;
  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+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
