.elementor-kit-9{--e-global-color-primary:#E70D7C;--e-global-color-primary_hover:#C7096A;--e-global-color-text:#444444;--e-global-color-accent:#22243D;--e-global-color-lighter:#999999;--e-global-color-border:#E6E6E6;--e-global-typography-heading_title-font-family:"Sora";--e-global-typography-heading_title-font-size:36px;--e-global-typography-heading_title-font-weight:600;--e-global-typography-heading_title-text-transform:none;--e-global-typography-heading_title-line-height:44px;--e-global-typography-heading_title-letter-spacing:-2px;--e-global-typography-heading_footer-font-family:"Sora";--e-global-typography-heading_footer-font-size:16px;--e-global-typography-heading_footer-font-weight:600;--e-global-typography-heading_footer-text-transform:uppercase;--e-global-typography-heading_footer-line-height:20px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-size:14px;font-weight:600;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:17px 31px 17px 31px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-primary_hover );color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-9{--e-global-typography-heading_title-font-size:30px;--e-global-typography-heading_title-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS for page-settings *//* =============================================
   CK: Global Design Tokens
   Bookory theme: Sora, font-weight 600 for h1-h6
   ============================================= */

:root {
  --ck-font: var(--e-global-typography-accent-font-family, "Sora", sans-serif);
  --ck-color-heading: var(--e-global-color-primary, #2a1d4f);
  --ck-color-text:    var(--e-global-color-text, #6b5fa0);
  --ck-color-pink:    #f2278a;
  --ck-color-purple:  #7a3ff2;
  --ck-radius:        24px;
  --ck-shadow:        0 8px 32px rgba(122,63,242,.10);
}

/* =============================================
   CK: Headings — Sora 600, same as Bookory theme
   ============================================= */

.ck-about-content h2,
.ck-steps-header h2,
.ck-step-card h3,
.ck-ba-left h2 {
  font-family: var(--ck-font) !important;
  font-weight: 600 !important;
  color: var(--ck-color-heading) !important;
  line-height: 1.2 !important;
}

/* Section h2 sizes */
.ck-about-content h2 { font-size: 2em !important;   margin: 0 0 20px !important; }
.ck-steps-header h2  { font-size: 2.2em !important; margin: 0 0 16px !important; }
.ck-ba-left h2       { font-size: 1.6em !important; margin: 0 0 14px !important; }

/* Card h3 */
.ck-step-card h3 {
  font-size: 1.1em !important;
  margin: 0 0 10px !important;
}

/* =============================================
   CK: Body text — inherit Bookory body font
   ============================================= */

.ck-about-content p,
.ck-steps-header p,
.ck-step-card p,
.ck-ba-left p {
  font-family: inherit !important;
  font-weight: inherit !important;
  color: var(--ck-color-text) !important;
  line-height: 1.65 !important;
}/* End custom CSS */