/* Work Sans, the face the headings are set in. Served from this site for the
   same reason Font Awesome is: no third party on a page that handles
   candidates' personal information, and nothing to break when somebody
   else's network does.

   Latin subset only — the site is in English and te reo Māori, and the
   macrons (ā ē ī ō ū) are in the Latin-1 range this subset covers.

   `font-display: swap` so a heading is readable in the fallback while the
   file arrives rather than sitting invisible. */

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("work-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("work-sans-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("work-sans-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("work-sans-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("work-sans-latin-800-normal.woff2") format("woff2");
}
