/*
Theme Name: Hello Elementor Child
Theme URI: https://kells.test
Description: Child theme for Hello Elementor
Author: Rujen Shakya
Author URI: https://kells.test
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
body [type=button], body [type=submit], body button{
        border: 1px solid #F1B434;
            color: #F1B434;
}

body [type=button]:focus, body [type=button]:hover, body [type=submit]:focus, body [type=submit]:hover, body button:focus, body button:hover{
    background-color: #F1B434;
}