/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 25 2025 | 10:48:39 */
@font-face {
  font-family: "Noto Sans Hebrew";
  src: url("https://www.datumate.com/wp-content/uploads/2025/11/NotoSansHebrew-VariableFont_wdthwght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}
/* Apply to all Hebrew pages */
html[lang="he-IL"] body, html[lang="he-IL"] body *, html[lang="he"] body, html[lang="he"] body * {
  font-family: "Noto Sans Hebrew", Arial, sans-serif !important;
}
/* Optional: Improve Hebrew text rendering */
.rtl {
  text-align: right;
  direction: rtl;
}
/* Ensure proper font rendering for Hebrew characters */
.rtl * {
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}
.rtl .fa-classic, .rtl .fa-regular, .rtl .fa-solid, .rtl .far, .rtl .fas {
  font-family: "Font Awesome 6 Free" !important;
}
.rtl [class*=" eicon-"], .rtl [class^=eicon] {
  font-family: eicons !important;
  font-size: inherit !important;
}
