/* Self-hosted, so the page loads nothing from anybody else's server. One
   family: Public Sans, the typeface the United States government designed
   for its own forms and sites, which is the right voice for a company whose
   sign is a flag. It is a VARIABLE font — one file, every weight from 100 to
   900 — so the weight is declared as a RANGE; a single declared weight would
   have the browser fake the bold by smearing the regular. Latin subset. */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/publicsans-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F,
                 U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
