/* Azerbaijani locale typography and spacing. */
body.locale-az,
body.locale-az input,
body.locale-az textarea,
body.locale-az select,
body.locale-az button {
  font-family: "Noto Sans", Arial, sans-serif !important;
}

body.locale-az h1,
body.locale-az h2,
body.locale-az h3,
body.locale-az h4,
body.locale-az h5,
body.locale-az h6 {
  font-family: "Noto Serif", Georgia, serif !important;
  letter-spacing: -.012em;
}

body.locale-az .master-header #mainmenu > li > a,
body.locale-az .master-header #mainmenu li ul li a {
  font-family: "Noto Sans", Arial, sans-serif !important;
}

@media (max-width: 767px) {
  body.locale-az .master-hero h1,
  body.locale-az .ge-subheader h1 {
    font-size: 36px !important;
    line-height: 1.16 !important;
  }
}
