.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#DE6636;--e-global-color-text:#000000;--e-global-color-accent:#DE6636;--e-global-color-2556241:#F1F2ED;--e-global-color-9bc8815:#6A6A6A;--e-global-typography-primary-font-family:"Cooperative-Regular";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Noto Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans Hebrew";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cooperative-Regular";--e-global-typography-accent-font-weight:normal;color:var( --e-global-color-text );font-family:"Noto Sans Hebrew", Sans-serif;font-size:22px;background-color:var( --e-global-color-2556241 );}.elementor-kit-6 a{font-family:"Cooperative-Regular", Sans-serif;font-weight:normal;}.elementor-kit-6 h1{font-family:"Cooperative-Regular", Sans-serif;font-size:146px;font-weight:400;}.elementor-kit-6 h2{font-family:"Cooperative-Regular", Sans-serif;font-size:100px;font-weight:normal;}.elementor-kit-6 h3{font-family:"Cooperative-Regular", Sans-serif;font-size:78px;font-weight:normal;}.elementor-kit-6 h4{font-family:"Cooperative-Regular", Sans-serif;font-size:36px;font-weight:normal;}.elementor-kit-6 h5{font-family:"Cooperative-Regular", Sans-serif;font-size:22px;font-weight:normal;}.elementor-kit-6 h6{font-family:"Cooperative-Regular", Sans-serif;font-weight:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:64px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* טור יחיד במובייל + איפוס spans */
@media (max-width: 767px) {
  .elementor-container,
  .e-con, .elementor-grid {
    grid-template-columns: 1fr !important;
  }

  /* כל פריט יתפוס שורה מלאה */
  .elementor-container > *,
  .e-con > *,
  .elementor-grid > * {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* תמונות גמישות כדי למנוע “שבירות” */
img, video {
  max-width: 100%;
  height: auto;
}

/* עוזר למבנה קופסאות עקבי */
*, *::before, *::after {
  box-sizing: border-box;
}

/* אם יש לך Flexbox Containers שמסתדרים מוזר במובייל */
@media (max-width: 767px) {
  .e-con { flex-wrap: wrap; }
  .e-con > * { min-width: 100%; }
}

/* טעינת הפונט – השאר כמו שהוא */
@font-face {
  font-family: "Cooperative";
  src:
    url("https://yairharari.co.il/wp-content/uploads/2025/10/Cooperative-Regular.woff2") format("woff2"),
    url("https://yairharari.co.il/wp-content/uploads/2025/10/Cooperative-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ברירת מחדל לכל הכותרות (דסקטופ/כללי) */
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title,
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title, .post-title {
  font-family: "Cooperative", system-ui, -apple-system, Arial, sans-serif;
}

/* חיזוק במובייל – עוקף overrideים נקודתיים */
@media (max-width: 767px) {
  .elementor-heading-title,
  .elementor-widget-heading .elementor-heading-title,
  h1, h2, h3, h4, h5, h6,
  .entry-title, .page-title, .post-title {
    font-family: "Cooperative", system-ui, -apple-system, Arial, sans-serif !important;
  }
}/* End custom CSS */