/* Self-hosted fonts for Heather Cafe.
   Files to drop into this folder — see README-fonts.md.

   Fraunces is a variable font; one .woff2 covers all weights/italics.
   Source Sans 3 ships as one .woff2 per weight (or a variable file). */

@font-face {
  font-family: "Fraunces";
  src: url("Fraunces[SOFT,WONK,opsz,wght].woff2") format("woff2-variations"),
       url("Fraunces[SOFT,WONK,opsz,wght].woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("Fraunces-Italic[SOFT,WONK,opsz,wght].woff2") format("woff2-variations"),
       url("Fraunces-Italic[SOFT,WONK,opsz,wght].woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("SourceSans3-VariableFont_wght.woff2") format("woff2-variations"),
       url("SourceSans3-VariableFont_wght.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("SourceSans3-Italic-VariableFont_wght.woff2") format("woff2-variations"),
       url("SourceSans3-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
