.elementor-1289 .elementor-element.elementor-element-2736c4f0{--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 );}.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 */.elementor-widget-text-editor {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    color: #000000 !important;
}

[type=button], 
[type=submit], 
button {
    background-color: transparent !important;
    border: 1px solid #5f4e46 !important;
    border-radius: 4px !important; /* adjust as needed */
    color: #5f4e46 !important;
    display: inline-block !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: .5rem 1rem !important;
    text-align: center !important;
    transition: all .3s !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    white-space: nowrap !important;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-block-end: 1rem !important;
    margin-block-start: 3rem !important;
}/* End custom CSS */