.elementor-kit-5{--e-global-color-primary:#1A4723;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#3A3A3A;--e-global-color-accent:#738A55;--e-global-color-4224d07:#B69D7A;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;font-family:"Arial", Sans-serif;font-size:20px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#00E26F;font-size:25px;font-weight:800;color:#000000;box-shadow:2px 2px 10px 0px rgba(237.99999999999997, 237.99999999999997, 237.99999999999997, 0.34);border-style:solid;border-width:0px 0px 0px 0px;border-color:#EEEEEE;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Arial", Sans-serif;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:38px;font-weight:bold;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:17px;font-weight:bold;}.elementor-kit-5 h3{font-family:"Arial", Sans-serif;font-size:40px;}.elementor-kit-5 h4{font-family:"Arial", Sans-serif;font-size:30px;}.elementor-kit-5 h5{font-family:"Arial", Sans-serif;font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-5 h1{font-size:2.8rem;}.elementor-kit-5 h2{font-size:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1 {
    font-size: 48px !important;
    font-weight: 700 !important; /* Bold */
    color: #1A4723 !important; /* Dark green - matches your branding */
    line-height: 1.2 !important; 
    margin-bottom: 20px !important;
    letter-spacing: -0.5px !important; /* Tightens it up a bit */
}

/* H2 - Major Section Headers */
h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1A4723 !important;
    line-height: 1.3 !important;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
}

h3 {
    font-size: 28px !important;
    font-weight: 600 !important; /* Semi-bold */
    color: #333333 !important; /* Dark gray - less prominent than H2 */
    line-height: 1.4 !important;
    margin-top: 30px !important;
    margin-bottom: 12px !important;
}

h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #555555 !important; /* Medium gray */
    line-height: 1.4 !important;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
}

/* Body Text - For Reference */
p {
    font-size: 18px; !important
    line-height: 1.6; !important
    margin-bottom: 16px; !important
    color: #333333; !important
}

/* Mobile - screens under 768px */
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    p {
        font-size: 16px;
    }
}
body {
    text-align: justify;
}/* End custom CSS */