.elementor-1260 .elementor-element.elementor-element-eb66560{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1260 .elementor-element.elementor-element-d392333{--spacer-size:80px;}.elementor-1260 .elementor-element.elementor-element-d90bd79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1260 .elementor-element.elementor-element-5b34f02{font-family:"Roboto", Sans-serif;font-size:1.2em;font-weight:400;line-height:1.4em;color:var( --e-global-color-secondary );}.elementor-1260 .elementor-element.elementor-element-5b34f02 p{margin-block-end:0em;}.elementor-1260 .elementor-element.elementor-element-fa30cd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1260 .elementor-element.elementor-element-5c89b11{--spacer-size:80px;}@media(min-width:481px){.elementor-1260 .elementor-element.elementor-element-eb66560{--content-width:90vw;}.elementor-1260 .elementor-element.elementor-element-d90bd79{--content-width:65vw;}.elementor-1260 .elementor-element.elementor-element-fa30cd6{--content-width:90vw;}}@media(max-width:768px) and (min-width:481px){.elementor-1260 .elementor-element.elementor-element-d90bd79{--content-width:75vw;}}@media(max-width:768px){.elementor-1260 .elementor-element.elementor-element-d392333{--spacer-size:25px;}.elementor-1260 .elementor-element.elementor-element-5b34f02{font-size:1em;line-height:1.8em;}}/* Start custom CSS for text-editor, class: .elementor-element-5b34f02 *//* Apply Century Gothic to all headers with normal weight */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
}

/* Apply Roboto to all other text inside the text box */
.text-box, .text-box p, .text-box span, .text-box li {
  font-family: 'Roboto', sans-serif;
}

/* Optional: ensure headers inside the text box still use Century Gothic */
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  font-family: 'Century Gothic', sans-serif;
  font-weight: normal;
}/* End custom CSS */