/* =============================================================================
   StingyWeb — typefaces (self-hosted, latin subsets)
   -----------------------------------------------------------------------------
   Fraunces   — display serif. The catalogue's public voice: headlines,
                entity names, article ledes. Variable weight + optical size.
   Inter      — text grotesk. All UI and body copy.
   IBM Plex Mono — the "catalogue card" voice: kickers, labels, metadata,
                numbers, buttons. What makes the archive feel like an archive.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-normal-300-700.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-italic-300-700.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-normal-100-900.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/plexmono-normal-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/plexmono-normal-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/plexmono-normal-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
