.elementor-kit-11{--e-global-color-primary:#18181B;--e-global-color-secondary:#E9D5FF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BEF264;--e-global-color-64ed3ed:#FFFDF5;--e-global-color-0b82a3e:#FDBA74;--e-global-color-53bff3b:#BFDBFE;--e-global-color-eec5a8d:#D1F2EB;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--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-11 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Paste this into Global CSS */
:root {
    --brand-green: #006837;
    --brand-dark: #1a1a1a;
    --brand-yellow: #fecb00;
    --brand-sand: #f4f1ea;
    --brand-light-grey: #f8f9fa;
    --white: #ffffff;
    --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--brand-dark);
}

h1, h2, h3, h4 {
    font-family: 'Domine', serif;
    font-weight: 700;
}

.eyebrow {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brand-green);
    display: block;
    margin-bottom: 15px;
}/* End custom CSS */