.elementor-kit-9{--e-global-color-primary:#222222;--e-global-color-secondary:#777777;--e-global-color-text:#B7B7B7;--e-global-color-accent:#014EA0;--e-global-typography-primary-font-family:"Noto Sans Hebrew";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Hebrew";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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 *//* 全局强制苹方字体栈，排除图标字体不崩图标 */
*:not(i):not([class*="icon"]):not(.fa):not(.dashicons) {
    font-family:
        "-apple-system",
        "BlinkMacSystemFont",
        "PingFang SC", /* 苹果标准苹方 */
        "Hiragino Sans GB", /* 旧Mac兼容 */
        "Microsoft YaHei", /* Windows兜底 */
        "WenQuanYi Micro Hei", /* Linux */
        sans-serif !important;
}

/* 单独修正表单、按钮、标题，防止主题覆盖 */
body, h1,h2,h3,h4,h5,h6,
button, input, select, textarea,
.widget-title, .entry-title, .menu-item a,
.wp-block-button__link, .elementor-button {
    font-family:
        "-apple-system",
        "BlinkMacSystemFont",
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        sans-serif !important;
}/* End custom CSS */