.elementor-kit-523{--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-kit-523 e-page-transition{background-color:#FFBC7D;}.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);}@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 */html { font-size: 16px; }


/* Default root size */

/* These will apply to ALL h1-h6 and p tags on the page 
h1, h2, h3, h4, h5, h6, p {
    font-size: clamp(1.19rem, 1.02586rem + 0.68966vw, 1.50rem);
    line-height: 1.4;
    color: red; 
}*/

/* If you want different sizes for different heading levels, you can do this: */
h1 {
    font-size: clamp(2.50rem, 1.98276rem + 2.20690vw, 3.50rem) !important;
    color: green  !important; 
}

h2 {
    font-size: clamp(2.00rem, 1.48276rem + 2.20690vw, 3.00rem) !important;
}

h3 {
    font-size: clamp(1.50rem, 0.98276rem + 2.20690vw, 2.50rem) !important;
}

h4 {
    font-size: clamp(1.25rem, 0.86207rem + 1.65517vw, 2.00rem) !important;
}

h5 {
    font-size: clamp(1.19rem, 1.02586rem + 0.68966vw, 1.50rem) !important;
}

h6 {
    font-size: clamp(1.13rem, 1.06034rem + 0.27586vw, 1.25rem) !important;
}

p {
    font-size: clamp(1.00rem, 0.93534rem + 0.27586vw, 1.13rem) !important;
}/* End custom CSS */