.elementor-930 .elementor-element.elementor-element-32494eb9{--display:flex;}.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 );--textColor: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 );}/* Start custom CSS for text-editor, class: .elementor-element-6fa9795 *//* Apply Bebas Neue font to all buttons using .default-btn-shortcode */
.default-btn-shortcode {
    font-family: "Bebas Neue", sans-serif !important;
}

/* Also apply to potential inner text spans within the button */
/* Adjust 'span' if the text is in a different tag */
.default-btn-shortcode span {
     font-family: "Bebas Neue", sans-serif !important;
     /* Resetting potential overrides if needed */
     /* font-weight: inherit !important; */
     /* font-style: inherit !important; */
}

/* Apply Bebas Neue font to sub-headings within Ultimate Heading elements */
/* Adjust '.uvc-sub-heading' if your theme uses a different class */
.ultimate-heading .uvc-sub-heading {
     font-family: "Bebas Neue", sans-serif !important;
}/* End custom CSS */