/* One typography owner for the public marketing, article and contact headers.
   Navigation geometry, responsive disclosure and page content remain in their shells. */
@font-face {
  font-family: 'SS Navigation Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/inter/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'SS Navigation Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/inter/inter-latin-600-normal.woff2') format('woff2');
}
/* Important declarations stop page body fonts and legacy compact-header rules
   from changing this shared component. User important styles retain precedence. */
html body :is(nav.mk-topnav, nav.ss-contact-header, nav.mvp-sticky-header),
html body :is(nav.mk-topnav, nav.ss-contact-header, nav.mvp-sticky-header) :is(a, button) {
  font-family: 'SS Navigation Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-synthesis: none !important;
}
html body :is(nav.mk-topnav, nav.ss-contact-header, nav.mvp-sticky-header) :is(.mvp-topnav-cta, .mvp-sticky-cta, .ss-contact-header__cta, a.is-active, a[aria-current="page"]) {
  font-weight: 600 !important;
}
/* A text underline identifies keyboard focus without an outline ring. */
html body :is(nav.mk-topnav, nav.ss-contact-header, nav.mvp-sticky-header) :is(a, button):focus-visible {
  outline: none !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}
