/* NWW typography: prefer installed Avenir; licensed IBM Plex Sans webfont fallback. */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
 --nww-font-body: 'Avenir', 'Avenir Next', 'IBM Plex Sans', Arial, sans-serif;
 --nww-font-heading: 'Avenir', 'Avenir Next', 'IBM Plex Sans', Arial, sans-serif;
}
body { font-family: var(--nww-font-body); }
button, input, select, textarea,
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea,
.gform_wrapper button, .gform_wrapper .gfield_label, .gform_wrapper .gform-field-label {
 font-family: var(--nww-font-body);
}
h1, h2, h3, h4, h5, h6,
.nww-product-card__body strong, .nww-home-application__body strong {
 font-family: var(--nww-font-heading);
 font-weight: 700;
 letter-spacing: -.012em;
}
.nww-header, .nww-detail-sidebar, .nww-footer, .nww-jobsite-bar {
 font-family: var(--nww-font-body);
}
.nww-nav, .nww-button, .nww-eyebrow { font-weight: 600; }
.nww-home-hero h1, .nww-product-hero h1 { letter-spacing: -.015em; }
