.elementor-kit-4{--e-global-color-primary:#F9D77E;--e-global-color-secondary:#FDF6E8;--e-global-color-text:#8B7355;--e-global-color-accent:#B8A898;--e-global-color-d329814:#D4A574;--e-global-color-134dfd5:#E8D5B7;--e-global-color-e2a7b5c:#FEFCF8;--e-global-color-0181bc1:#B8A898;--e-global-color-0c5f004:#FDF6E8;--e-global-color-60a42a0:#FEFCF8;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-4 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:56px;font-weight:600;}.elementor-kit-4 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-4 h3{font-family:"Cormorant Garamond", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-4 h4{font-family:"Cormorant Garamond", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-4 h5{font-family:"Cormorant Garamond", Sans-serif;font-size:28px;}.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 *//* Elementor Custom CSS */
:root {
    --golden-hour: #F9D77E;
    --warm-cream: #FDF6E8;
    --clay-terracotta: #D4A574;
    --sand-beige: #E8D5B7;
    --deep-sepia: #8B7355;
    --soft-white: #FEFCF8;
    --muted-sage: #B8A898;
}

/* Typography */
.elementor-widget-heading h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--deep-sepia);
}

/* Navigation styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(253, 246, 232, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(139, 115, 85, 0.1);
}/* End custom CSS */