.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D4A373;--e-global-color-37446e6:#FAF9F6;--e-global-typography-primary-font-family:"Frank Ruhl Libre";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* הגדרת פלטת צבעים סולידית, חמימה ונגישה */
:root {
  --bg-warm: #FBF9F6; /* רקע שמנת חמים */
  --text-dark: #2D3748; /* אפור-פחם קריא ונגיש (לא שחור נוקשה) */
  --accent-elegant: #A58E74; /* חום-מוקה עדין לאלמנטים בולטים */
  --border-light: #E2E8F0; /* קווי הפרדה עדינים */
}

/* הגדרות רקע וטקסט לכל האתר */
body {
  background-color: var(--bg-warm) !important;
  color: var(--text-dark);
}

/* עיצוב ההדר - נקי ומינימליסטי */
.elementor-location-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
}

/* עיצוב קישורי התפריט */
.elementor-nav-menu a {
  color: var(--text-dark) !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* שינוי צבע עדין בעת מעבר עכבר על התפריט */
.elementor-nav-menu a:hover,
.elementor-nav-menu a.elementor-item-active {
  color: var(--accent-elegant) !important;
}

/* נגישות מקלדת - קו מתאר ברור בעת ניווט עם מקש Tab */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 2px solid var(--accent-elegant) !important;
  outline-offset: 2px;
}/* End custom CSS */