/* CAS webfonts — "The Future" (proprietary, self-hosted by CAS).
   These are referenced from CAS's public server. They are NOT redistributed
   in this project. If you need offline copies, ask CAS for the woff2 files
   and drop them in assets/fonts/, then update the src URLs below. */

@font-face {
  font-family: "The Future";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://activestewardship.org/wp-content/themes/pnp-cas/fonts/the-future-regular.woff2") format("woff2");
}

@font-face {
  font-family: "The Future";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://activestewardship.org/wp-content/themes/pnp-cas/fonts/the-future-italic.woff2") format("woff2");
}

@font-face {
  font-family: "The Future";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://activestewardship.org/wp-content/themes/pnp-cas/fonts/the-future-bold.woff2") format("woff2");
}

@font-face {
  font-family: "The Future Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://activestewardship.org/wp-content/themes/pnp-cas/fonts/the-future-mono-regular.woff2") format("woff2");
}
