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

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

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

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