/* Apply globally to Elementor buttons and standard buttons */
body .elementor-button,
body .elementor-widget-button .elementor-button,
body button,
body input[type="button"],
body input[type="submit"] {
    background-color: #743638 !important;
    color: #ffffff !important;
}

body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body button:hover,
body input[type="button"]:hover,
body input[type="submit"]:hover {
    background-color: #5c2b2c !important;
    color: #ffffff !important;
}
