/* Bitstream Charter — Matthew Carter, 1987. Redistributed under the
   Bitstream grant in fonts/LICENSE.txt. BITSTREAM CHARTER is a
   registered trademark of Bitstream Inc.
   Self-hosted so the studio reads the same on every device instead of
   falling back to whatever serif the visitor happens to own.        */
@font-face{
  font-family:Charter;
  src:url(/fonts/charter-regular.woff2) format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:Charter;
  src:url(/fonts/charter-bold.woff2) format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:Charter;
  src:url(/fonts/charter-italic.woff2) format("woff2");
  font-weight:400; font-style:italic; font-display:swap;
}
