.elementor-kit-2885{--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-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-2885 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 *//*
 *  @font-face rule for Barbra-Regular (adjust filename as needed)
 *  Ensure font files are uploaded to: /wp-content/themes/your-theme-name/fonts/
 *  Replace 'your-theme-name' with your actual theme folder name.
 */
@font-face {
    font-family: 'Barbra Custom'; /* Use a unique name */
    src: url('/wp-content/themes/your-theme-name/fonts/Barbra-Regular.woff2') format('woff2'), /* Prioritize WOFF2 */
         url('/wp-content/themes/your-theme-name/fonts/Barbra-Regular.woff') format('woff'),   /* WOFF as a fallback */
         url('/wp-content/themes/your-theme-name/fonts/Barbra-Regular.ttf') format('truetype'); /* TTF for older browsers */
    font-weight: normal; /*  Matches the file's weight (e.g., 400 for 'normal') */
    font-style: normal;  /* Matches the file's style (e.g., 'normal' or 'italic') */
    font-display: swap;  /*  Manages font loading behavior, ensuring text is visible */
}

/*
 *  Example for a bold variant (if available, add another @font-face rule)
 */
/*
@font-face {
    font-family: 'Barbra Custom';
    src: url('/wp-content/themes/your-theme-name/fonts/Barbra-Bold.woff2') format('woff2'),
         url('/wp-content/themes/your-theme-name/fonts/Barbra-Bold.woff') format('woff'),
         url('/wp-content/themes/your-theme-name/fonts/Barbra-Bold.ttf') format('truetype');
    font-weight: bold;   // Or 700
    font-style: normal;
    font-display: swap;
}
*/

/*
 *  Applying Barbra font to specific elements in Elementor
 *  Use the exact 'font-family' name defined in your @font-face rule.
 *  Include fallback fonts for graceful degradation.
 */

/* Apply to all headings (H1-H6) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barbra Custom', sans-serif;
}

/* Apply to a specific Elementor Heading widget with a custom CSS class 'barbra-heading' */
.barbra-heading {
    font-family: 'Barbra Custom', sans-serif;
    font-weight: normal; /* Match the desired weight (e.g., normal or bold) */
}

/* Apply to all paragraphs */
p {
    font-family: 'Barbra Custom', serif; /* Use serif as a fallback if Barbra is a serif font */
}

/* Apply to a button with a custom CSS class 'barbra-button' */
.barbra-button .elementor-button {
    font-family: 'Barbra Custom', sans-serif;
    font-weight: bold;
}/* End custom CSS */