/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor used for HopkoTech.
 Author: HopkoTech
 Template: hello-elementor
 Version: 1.0.0
*/

/* Global override for annoying red button borders/outlines */
button,
button:focus,
button:focus-visible,
button:hover,
button:active,
a,
a:focus,
a:focus-visible,
a:hover,
a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

a:hover,
button:hover {
    color: inherit !important;
}