/* Self-hosted brand fonts. Keeping font requests on gretajaeger.com avoids
   sending visitor page/referrer data to a third-party font host. */
@font-face{
  font-family:"Fraunces";
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url("fonts/fraunces-latin.woff2") format("woff2");
}
@font-face{
  font-family:"Fraunces";
  font-style:italic;
  font-weight:400 500;
  font-display:swap;
  src:url("fonts/fraunces-italic-latin.woff2") format("woff2");
}
@font-face{
  font-family:"Work Sans";
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url("fonts/work-sans-latin.woff2") format("woff2");
}
@font-face{
  font-family:"Work Sans";
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url("fonts/work-sans-italic-latin.woff2") format("woff2");
}
