/* Match the existing desktop main-navigation typography. The additional
   ancestor specificity overrides legacy 12px/400 page-level product rules. */
@media (min-width: 1081px) {
  #site-shell-parity .site-shell__desktop-nav .site-shell__group .site-shell__dropdown > a {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 620 !important;
    letter-spacing: -0.14px !important;
    line-height: 17.5px !important;
  }
}
