/* Local Font Awesome — prefer quick paint for nav icons over late CDN swap */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

.nav-icon,
.nav-chevron,
.nav-cta-icon,
.mnav-link > i,
.mnav-cta .nav-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  min-width: 1em;
  flex-shrink: 0;
  line-height: 1;
}

.nav-cta-icon {
  width: 0.85em;
  min-width: 0.85em;
}
