/* Self-hosted Involve / Archivo / Onest — loaded after snapshot CSS so localhost gets real fonts
   (snapshot bundle uses root-relative /wp-content/... URLs that only work on nodemaven.com). */
@font-face {
  font-family: "Involve";
  src: url("../fonts/involve-vf.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Involve";
  src: url("../fonts/involve-oblique-vf.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
