.elementor-kit-16{--e-global-color-primary:#C5A68A;--e-global-color-secondary:#44AD61;--e-global-color-text:#00070A;--e-global-color-accent:#90D26D;--e-global-typography-primary-font-family:"PeydaFANum";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:2rem;--e-global-typography-secondary-font-family:"PeydaFANum";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:2rem;--e-global-typography-text-font-family:"PeydaFANum";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2rem;--e-global-typography-accent-font-family:"PeydaFANum";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:2rem;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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 *//* ========================================
   تغییر تمام رنگ‌های بنفش به بژ/ماسه‌ای
   ======================================== */

/* ۱. بازتعریف متغیرهای اصلی (برای همه جاهایی که از var استفاده شده) */
:root {
    --primary-100: #C5A68A;        /* رنگ اصلی (جایگزین بنفش تیره) */
    --primary-200: #DAC2AC;        /* روشن‌تر از اصلی (جایگزین بنفش روشن) */
    --primary-hover: #DAC2AC;      /* برای حالت هاور */
    --primary-100-08: #C5A68A14;   /* شفافیت‌ها هم با رنگ جدید تنظیم می‌شوند */
    --primary-100-10: #C5A68A1A;
    --primary-100-12: #C5A68A1F;
    --primary-100-36: #C5A68A5C;
    --primary-100-50: #C5A68A80;
}

/* ۲. تغییر المان‌هایی که مستقیم از کد هگز بنفش استفاده کرده‌اند */

/* اسکرول‌بار */
::-webkit-scrollbar-thumb {
    background: var(--primary-200) !important;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-100) !important;
}

/* اگر جاهای دیگری مثل دکمه‌ها، لینک‌ها، هایلایت و ... مستقیم بنفش دارند،
   می‌توانی با همین روش آن‌ها را نیز override کنی.
   مثال:
   .my-element { color: #8e44ad; }  ←  باید شود #C5A68A
*//* End custom CSS */