.elementor-kit-10{--e-global-color-primary:#485541;--e-global-color-secondary:#E3E3D7;--e-global-color-text:#EDE5DA;--e-global-color-accent:#FDFAF3;--e-global-color-35d4ff2:#FFFFFF;--e-global-typography-primary-font-family:"LiaShaharit";--e-global-typography-primary-font-size:13.02vw;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"LiaShaharit";--e-global-typography-secondary-font-size:6.67vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Discovery";--e-global-typography-text-font-size:3.33vw;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Discovery";--e-global-typography-accent-font-size:2.5vw;--e-global-typography-accent-font-weight:100;--e-global-typography-1da49fa-font-family:"Discovery";--e-global-typography-1da49fa-font-size:1.88vw;--e-global-typography-1da49fa-font-weight:100;--e-global-typography-0e41a76-font-family:"Discovery";--e-global-typography-0e41a76-font-size:1.1vw;--e-global-typography-0e41a76-font-weight:100;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10{--e-global-typography-primary-font-size:22.01vw;--e-global-typography-secondary-font-size:11.27vw;--e-global-typography-text-font-size:5.63vw;--e-global-typography-accent-font-size:4.22vw;--e-global-typography-1da49fa-font-size:3.17vw;--e-global-typography-0e41a76-font-size:2.11vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:125px;--e-global-typography-secondary-font-size:64px;--e-global-typography-text-font-size:32px;--e-global-typography-accent-font-size:24px;--e-global-typography-1da49fa-font-size:22px;--e-global-typography-0e41a76-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================

   הגדרות ומשתנים

   ================================ */

:root {

    --ms-frame-size: 1vh;

    --ms-frame-color: #485541;

    --ms-inner-radius: 1em;

    --ms-bg-color: #FDFAF3;

    --ms-inner-gap: 0.3vw;

}



/* ================================

   המסגרת הקבועה

   ================================ */

html::before {

    content: "";

    position: fixed;

    inset: var(--ms-frame-size);

    border-radius: var(--ms-inner-radius);

    box-shadow: 0 0 0 50vmax var(--ms-frame-color);

    pointer-events: none;

    z-index: 999999;

}



/* ================================

   >>> חוצץ קבוע למעלה - לא נגלל! <

   ================================ */

html::after {

    content: "";

    position: fixed;

    top: var(--ms-frame-size);

    left: var(--ms-frame-size);

    right: var(--ms-frame-size);

    height: var(--ms-inner-gap);

    background-color: var(--ms-bg-color);

    border-radius: var(--ms-inner-radius) var(--ms-inner-radius) 0 0;

    pointer-events: none;

    z-index: 999998;

}



/* ================================

   >>> חוצץ קבוע מהצדדים - לא נגלל! <

   ================================ */

body::after {

    content: "";

    position: fixed;

    top: calc(var(--ms-frame-size) + var(--ms-inner-gap));

    bottom: var(--ms-frame-size);

    left: var(--ms-frame-size);

    width: var(--ms-inner-gap);

    background-color: var(--ms-bg-color);

    pointer-events: none;

    z-index: 999998;

}



body::before {

    /* הזזנו את המסגרת ל-html::before, אז נשתמש ב-body::before לחוצץ ימני */

    content: "";

    position: fixed;

    top: calc(var(--ms-frame-size) + var(--ms-inner-gap));

    bottom: var(--ms-frame-size);

    right: var(--ms-frame-size);

    width: var(--ms-inner-gap);

    background-color: var(--ms-bg-color);

    pointer-events: none;

    z-index: 999998;

}



/* ================================

   HTML & BODY

   ================================ */

html {

    background-color: var(--ms-frame-color);

    overflow: hidden;

    height: 100vh;

}



body {

    margin: var(--ms-frame-size) !important;

    width: calc(100vw - (var(--ms-frame-size) * 2)) !important;

    height: calc(100vh - (var(--ms-frame-size) * 2)) !important;

    

    /* המרווח הפנימי */

    padding: var(--ms-inner-gap) !important;

    

    background-color: var(--ms-bg-color);

    border-radius: var(--ms-inner-radius);

    box-sizing: border-box;

    position: relative;

    overflow-x: hidden;

    overflow-y: scroll;

}



/* ================================

   הסרת פס הגלילה

   ================================ */

body::-webkit-scrollbar {

    width: 0px;

    background: transparent;

}



body {

    scrollbar-width: none;

    -ms-overflow-style: none;

}



/* ================================

   תיקון ל-100VH באלמנטור

   ================================ */

:root {

    --available-height: calc(100vh - (var(--ms-frame-size) * 2) - (var(--ms-inner-gap) * 2));

}



.elementor-section,

.e

/* ================================

   FIX: יישור רינדור פונטים בפרונט

   (לא משנה פונטים, רק גורם להם להיראות עקביים)

   ================================ */

html, body{

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  text-rendering: geometricPrecision;

}



/* כרום/ווינדוס: מונע "קפיצות" דקות במשקלים מסוימים */

body{

  font-synthesis: none;

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LiaShaharit';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nefesh-hachaim.com/wp-content/uploads/2025/12/LiaShaharit-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://nefesh-hachaim.com/wp-content/uploads/2025/12/Discovery_Fs-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nefesh-hachaim.com/wp-content/uploads/2025/12/Discovery_Fs-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */