/* Wanted Sans — self-hosted, OFL licensed (see fonts/WantedSans-OFL.txt).
   Only the three weights the site actually uses (400/500/600, matching
   what Space Grotesk used to load) to keep the download small. */
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/WantedSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("fonts/WantedSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("fonts/WantedSans-SemiBold.woff2") format("woff2");
}
