/* ZEHNPro global font stack.
   Font binaries are intentionally not bundled. Upload 72BrandVariable.woff2 to
   public/assets/vendor/fonts/custom/72-brand-variable/ to make the browser render the real 72 Brand font. */
@font-face{
  font-family:"72 Brand Variable";
  src:local("72 Brand Variable"),local("72BrandVariable"),url("/assets/vendor/fonts/custom/72-brand-variable/72BrandVariable.woff2") format("woff2");
  font-weight:1 1000;
  font-style:normal;
  font-display:swap;
}
:root{--zp-font-family:"72 Brand Variable";}
html,body,input,button,select,textarea{font-family:var(--zp-font-family)!important;}
