/* Source Serif 4, self-hosted, latin, subset to the characters this site sets.
   77 KB for the family that does the work. A CDN would add a DNS lookup, a
   handshake and a third party learning every reader's address; the sans is the
   system's own, which costs nothing and is already good. font-display: swap so
   the words are on screen before the font is. */

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SourceSerif4-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SourceSerif4-400i.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/SourceSerif4-600.woff2') format('woff2');
}
