.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.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);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}@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 *//* Load Inter Tight Font */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&display=swap');

/* ======================
   HEADINGS - DESKTOP
====================== */

.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
    font-family: 'Inter Tight', sans-serif;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #111;
}

/* Brand Colored H2 */
.postcontent h2 {
    font-size: 29px;
    font-weight: 800;
    line-height: 1.3;
    color: #8CA537;
}

.postcontent h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
}

.postcontent h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
}

.postcontent h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.postcontent h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}


/* ======================
   BULLET POINT STYLING
====================== */

.postcontent ul {
    padding-left: 22px;
    margin-bottom: 16px;
}

.postcontent ol li::marker {
    color: #8CA537;
}

.postcontent ul li {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 6px;
    color: #333;
}

/* Optional Brand Bullet Color */
.postcontent ul li::marker {
    color: #8CA537;
    font-size: 18px;
}


/* ======================
   TABLET (≤1024px)
====================== */

@media (max-width: 1024px) {

.postcontent h2 { font-size: 28px; }
.postcontent h3 { font-size: 24px; }
.postcontent h4 { font-size: 20px; }
.postcontent h5 { font-size: 17px; }
.postcontent h6 { font-size: 15px; }

.postcontent ul li {
    font-size: 15px;
}

}


/* ======================
   MOBILE (≤767px)
====================== */

@media (max-width: 767px) {

.postcontent h2 { font-size: 24px; }
.postcontent h3 { font-size: 21px; }
.postcontent h4 { font-size: 18px; }
.postcontent h5 { font-size: 16px; }
.postcontent h6 { font-size: 14px; }

.postcontent ul li {
    font-size: 14px;
}

}/* End custom CSS */