.elementor-486 .elementor-element.elementor-element-1383df5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Alef;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-486 .elementor-element.elementor-element-04a42bd{text-align:start;font-family:"Alef", Alef;font-size:1vw;font-weight:400;line-height:1.5em;}@media(min-width:768px){.elementor-486 .elementor-element.elementor-element-1383df5{--content-width:100%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-486 .elementor-element.elementor-element-04a42bd{font-size:18px;}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-486 .elementor-element.elementor-element-04a42bd{font-size:16px;}}/* Start custom CSS for text-editor, class: .elementor-element-04a42bd *//* עיצוב כללי */
body {
    font-family: 'Alef', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #3C2E25;
    margin: 0;
    padding: 0;
    background-color: #FFFDF9;
    direction: rtl;
}

h2 {
    color: #3C2E25;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px
}

h3 {
    color: #3C2E25;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

p, li {
    color: #5F452A;
    font-size: 18px;
    line-height: 32px;
}

a {
    color: #69382D;
    text-decoration: none;
}

a:hover {
    color: #D4AF37;
    text-decoration: underline;
}

a:focus {
    outline: 2px dashed #D4AF37;
    outline-offset: 2px;
}

/* רספונסיביות */

@media screen and (max-width: 1024px) {
    body {
        font-size: 17px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 17px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
}/* End custom CSS */