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

body.locale-hy h1,
body.locale-hy h2,
body.locale-hy h3,
body.locale-hy h4,
body.locale-hy h5,
body.locale-hy h6 {
  font-family: "Noto Serif Armenian", "Noto Sans Armenian", serif !important;
  letter-spacing: -.015em;
}

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

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