/* Self-hosted fonts.
   Previously loaded from Google Fonts, which meant every page view told a
   third party someone was using this site: an odd thing for a site whose
   entire claim is that nothing leaves your device. These are the wght-axis
   subsets (~141 KB total) rather than the full variable files, which are
   three times larger for a difference in optical sizing that is not visible
   at the sizes used here. */
@font-face{
  font-family:'Fraunces'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('../fonts/fraunces-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Fraunces'; font-style:italic; font-weight:100 900; font-display:swap;
  src:url('../fonts/fraunces-latin-wght-italic.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Instrument Sans'; font-style:normal; font-weight:400 700; font-display:swap;
  src:url('../fonts/instrument-sans-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Instrument Sans'; font-style:italic; font-weight:400 700; font-display:swap;
  src:url('../fonts/instrument-sans-latin-wght-italic.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


/* ------------------------------------------------------------------ *
 * Handwriting faces for typed signatures
 *
 * Self-hosted, so nothing about a person's name is requested from a font
 * CDN at the moment they sign something. Four SIL OFL families, licenses
 * beside them in assets/fonts/. Declared here rather than in sign.css
 * because both the signing tool and the form filler offer them.
 * ------------------------------------------------------------------ */

@font-face {
  font-family: "PDFeyes Script A";
  src: url("../fonts/great-vibes-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "PDFeyes Script B";
  src: url("../fonts/dancing-script-600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "PDFeyes Script C";
  src: url("../fonts/caveat-500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "PDFeyes Script D";
  src: url("../fonts/sacramento-400.woff2") format("woff2");
  font-display: swap;
}
