/*
Theme Name: Jarrell Entertainment Child Theme
Theme URI: http://jarrell.local/
Description: Custom child theme for Jarrell Entertainment, built programmatically.
Author: Antigravity AI
Version: 1.0.0
Template: hello-elementor
*/
/* Override Hello Elementor default pink color (#c36) */
a {
    color: inherit;
}
a:hover, a:active {
    color: inherit;
}
[type=button], [type=submit], button {
    border-color: #121112;
    color: #121112;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #121112;
    border-color: #121112;
    color: #ffffff;
}
