.elementor-kit-6{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#1B6B6B;--e-global-color-text:#3D3D3D;--e-global-color-accent:#FF7B29;--e-global-color-71cff14:#FFFAF6;--e-global-color-396b5d4:#E1F5EE;--e-global-color-b87c922:#085041;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.04em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:0.12em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-5e2a9d3-font-family:"Inter";--e-global-typography-5e2a9d3-font-size:10px;--e-global-typography-5e2a9d3-font-weight:600;--e-global-typography-5e2a9d3-text-transform:uppercase;--e-global-typography-5e2a9d3-letter-spacing:0.14em;--e-global-typography-37766de-font-family:"Oswald";--e-global-typography-37766de-font-size:48px;--e-global-typography-37766de-font-weight:700;--e-global-typography-37766de-letter-spacing:0.04em;--e-global-typography-a74f97a-font-family:"Inter";--e-global-typography-a74f97a-font-weight:500;--e-global-typography-a74f97a-line-height:1.5px;}.elementor-kit-6 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){--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);}.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 *//* ==========================================================================
   GLOBAL UTILITY CLASSES - CUSTOM DESIGN SYSTEM
   ========================================================================== */

/* --- Typography Utilities --- */
.large-hero-heading {
    font-family: 'Oswald', sans-serif !important;
    font-size: 3rem !important; /* Adjust if your spec dictates a specific hero size */
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.body-text {
    font-family: sans-serif !important; /* Swapped to standard placeholder; update to your body font if needed */
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

/* --- Color Utilities --- */
.primary {
    color: #1C1C1C !important;
}

.canvas-background {
    background-color: #FFFFFF !important; /* Update hex code to match your specific canvas background color */
}

/* --- Responsive Layout Utilities (Mobile-First) --- */
.flex-container {
    display: flex;
    flex-direction: column; /* Mobile-first default stack */
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .flex-container {
        flex-direction: row; /* Desktop horizontal alignment */
    }
}/* End custom CSS */