/* Aemazon shared header typography v1.0.0
 * Source of truth: post-list-v3.css body / body.post-list-v3.
 * Individual component weights, sizes and Android exceptions stay in header.jspf.
 * The Android profile menu is portalled outside #globalTopbar, so it needs
 * the same baseline independently of the page body.
 */
header#globalTopbar,
body > .aemazon-android-profile-menu-portal.topbar{
  font-family:"Segoe UI",Roboto,"Noto Sans KR",Arial,sans-serif !important;
  font-size:16px !important;
  font-weight:400 !important;
  font-style:normal !important;
  font-stretch:normal !important;
  line-height:normal !important;
  letter-spacing:-.012em !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Set only the family on descendants. A blanket font:inherit would erase
 * the logo, nickname, point, badge and menu-specific sizes/weights.
 * Existing Android hamburger Arial rule has higher specificity and still wins.
 */
header#globalTopbar *,
body > .aemazon-android-profile-menu-portal.topbar *{
  font-family:inherit !important;
}
