/* Atkinson Hyperlegible, served from THIS origin.
 *
 * The accessibility posture names this face and also forbids a remote font, and ten
 * served pages were loading it from fonts.googleapis.com: the six standalone pages,
 * site_src/index.html and docs.html, landing.html, and _base.html, which is every
 * account page. So the posture's own font was being delivered by the mechanism the
 * posture bans. On a filtered or offline school network that means no Atkinson at
 * all, and on any network it announces every pupil's browser to a third party.
 *
 * The binaries live beside this file and are served by the existing
 * /assets/accounts/<path> route, so a same-origin file rather than a data URI: these
 * pages are ordinary web pages that benefit from the font being cached once across
 * the whole site. The GENERATED apps cannot do that, because non-negotiable 13 makes
 * them self-contained, so they inline the same font as base64 (frontend/shared/css/base.css).
 *
 * Latin subset only (17 kB per weight), which covers the English this product is
 * written in. Licence: SIL OFL 1.1, Braille Institute of America. See fonts/OFL.txt.
 */
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/atkinson-hyperlegible-400.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/atkinson-hyperlegible-700.woff2") format("woff2");
}
