.elementor-kit-8{--e-global-color-primary:#95818D;--e-global-color-secondary:#576066;--e-global-color-text:#122932;--e-global-color-accent:#2C514C;--e-global-color-1f2f88d:#E3C0D3;--e-global-color-2f59a83:#95818D;--e-global-color-6b16b4b:#576066;--e-global-color-003ebe8:#2C514C;--e-global-color-3c158ea:#122932;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat Alternates";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-9f31172-font-family:"Montserrat Alternates";--e-global-typography-9f31172-font-size:27px;--e-global-typography-9f31172-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Montserrat Alternates", Sans-serif;}.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);}@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 *//* Load an additional Google Font if needed (e.g., for a serif footer) - add only if not using system font */
@import url('https://fonts.googleapis.com/css2?family=Georgia&display=swap');  /* Built-in fallback anyway */
 /* Or for something fancier: */
 /* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap'); */

/* Target footer specifically - overrides body/p rules */
footer,
.site-footer,
.wp-block-template-part-footer,
.wp-block-group-footer,  /* Common in TT5 footers */
footer p,
footer .wp-block-paragraph,
footer li,
footer a,
.wp-block-social-links a,  /* If social icons/links in footer */
.copyright,                /* Often used for © text */
.wp-block-site-title + p,  /* Sometimes copyright is right after site title in footer */
footer .wp-block-navigation a {  /* Footer menu links if any */
    font-family: Georgia, "Times New Roman", Times, serif !important;  /* Change this to your desired font */
    font-weight: 400;   /* Regular/serif weight */
    font-style: normal; /* Or italic if desired */
    font-size: 0.95rem; /* Slightly smaller for footer subtlety - adjust */
    line-height: 1.5;
}

/* If footer has headings (rare but possible) */
footer h1, footer h2, footer h3, footer .wp-block-heading {
    font-family: "Montserrat Alternates", sans-serif !important;  /* Keep matching your headers, or change */
    font-weight: 600;
}/* End custom CSS */