/* Self-hosted, subset to Latin + the typographic marks this site uses.
   Variable weight axis retained (400-600). No third-party requests. */
@font-face{
  font-family:'Inter';
  src:url('/assets/fonts/inter.woff2') format('woff2-variations'),
      url('/assets/fonts/inter.woff2') format('woff2');
  font-weight:400 600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Source Serif 4';
  src:url('/assets/fonts/source-serif.woff2') format('woff2-variations'),
      url('/assets/fonts/source-serif.woff2') format('woff2');
  font-weight:400 600;
  font-style:normal;
  font-display:swap;
}
