/* The two typefaces, served from this site rather than from Google.

   Two reasons. A Google Fonts stylesheet is render-blocking and costs a
   second connection to a second host before anything paints, which was
   most of this site's mobile load time. And it sent every visitor's IP
   address to Google, on a site whose privacy page says it does not hand
   visitors to third parties.

   Latin subsets from @fontsource, both under the SIL Open Font License.
   Archivo is the variable file, so 400 to 700 is one download. */
@font-face{
  font-family:'Anton';
  font-style:normal; font-weight:400; font-display:swap;
  src:url(fonts/anton-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:normal; font-weight:100 900; font-display:swap;
  src:url(fonts/archivo-latin-wght.woff2) format('woff2');
}
