@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap");

/* v15: one Hebrew typeface everywhere. This intentionally overrides all
   inherited Divi/legacy fonts (Open Sans, ABeeZee, Abhaya Libre, etc.). */
html[lang="he"],
html[lang="he"] body,
html[lang="he"] body * {
  font-family: "Assistant", Arial, sans-serif !important;
}

html[lang="he"] body *::before,
html[lang="he"] body *::after,
html[lang="he"] input::placeholder,
html[lang="he"] textarea::placeholder {
  font-family: "Assistant", Arial, sans-serif !important;
}

/* Keep a coherent weight system while retaining visual hierarchy. */
html[lang="he"] body { font-weight: 400; }
html[lang="he"] h1,
html[lang="he"] h2,
html[lang="he"] h3,
html[lang="he"] h4,
html[lang="he"] h5,
html[lang="he"] h6,
html[lang="he"] .entry-title,
html[lang="he"] .pi-is-hero h1,
html[lang="he"] .pi-is-featured h2,
html[lang="he"] .pi-is-song h2 { font-weight: 700 !important; }
html[lang="he"] .et_pb_button,
html[lang="he"] button,
html[lang="he"] .pi-is-nav a,
html[lang="he"] .pi-is-links a,
html[lang="he"] .pi-is-contact { font-weight: 600 !important; }
