.elementor-kit-229{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#54595F;--e-global-color-accent:#61CE70;--e-global-color-6b69b78:#DDDDDD;--e-global-color-a404900:#7A7A7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--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;color:var( --e-global-color-text );}.elementor-kit-229 e-page-transition{background-color:#FFBC7D;}.elementor-kit-229 h1{color:var( --e-global-color-text );}.elementor-kit-229 h2{color:#7A7A7A;}.elementor-kit-229 h3{color:var( --e-global-color-text );}.elementor-kit-229 h4{color:var( --e-global-color-text );}.elementor-kit-229 h6{color:var( --e-global-color-text );}.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);}@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 *//* Typography Responsive dengan DM Sans */
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 3.25rem); /* 40px–52px */
}

h2 {
  font-size: clamp(2rem, 5vw, 2.5rem); /* 32px–40px */
}

h3 {
  font-size: clamp(1.75rem, 4vw, 2rem); /* 28px–32px */
}

h4 {
  font-size: clamp(1.5rem, 3.5vw, 1.75rem); /* 24px–28px */
}

h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem); /* 20px–24px */
}

h6 {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem); /* 18px–20px */
}

body {
  font-size: clamp(0.875rem, 1.5vw, 1rem); /* 14px–16px */
  line-height: 1.6; /* nyaman dibaca */
}

/* Placeholder pakai DM Sans + line-height lebih lega */
input::placeholder,
textarea::placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem); /* 13px–15px */
  line-height: 1.4; /* biar tidak terlalu dekat */
  color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.4;
  color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.4;
  color: #666;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.4;
  color: #666;
}/* End custom CSS */