/*
 Theme Name:   Elementor child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Elementor child Theme
 Template:     hello-elementor
 Version:      1.0.0
*/

a {
    color: var(--e-global-color-accent);
}
button,
[type="submit"],
[type="button"] {
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}
button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
    background-color: var(--e-global-color-accent);
    outline: none;
}