.elementor-1254 .elementor-element.elementor-element-e23f688{--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-1254 .elementor-element.elementor-element-9afb95a{--spacer-size:80px;}.elementor-1254 .elementor-element.elementor-element-bb9732d{--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-1254 .elementor-element.elementor-element-beea65b{font-family:"Roboto", Sans-serif;font-size:1.2em;font-weight:400;line-height:1.4em;color:var( --e-global-color-secondary );}.elementor-1254 .elementor-element.elementor-element-beea65b p{margin-block-end:0em;}.elementor-1254 .elementor-element.elementor-element-82b0be1{--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-1254 .elementor-element.elementor-element-ea8defe{--spacer-size:80px;}@media(min-width:481px){.elementor-1254 .elementor-element.elementor-element-e23f688{--content-width:80vw;}.elementor-1254 .elementor-element.elementor-element-bb9732d{--content-width:65vw;}.elementor-1254 .elementor-element.elementor-element-82b0be1{--content-width:80vw;}}@media(max-width:768px) and (min-width:481px){.elementor-1254 .elementor-element.elementor-element-bb9732d{--content-width:75vw;}}@media(max-width:768px){.elementor-1254 .elementor-element.elementor-element-9afb95a{--spacer-size:25px;}.elementor-1254 .elementor-element.elementor-element-beea65b{font-size:1em;line-height:1.8em;}}/* Start custom CSS for text-editor, class: .elementor-element-beea65b *//* 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 */