/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/
/* ANTIALIASING */
*{
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}

/* HEADER - SEARCH */
.qc-search__inner input.qc-search__field {
    border-width: 0px 0px 0px 0px !important;
}


/* FOOTER */
.footer-heading {
    font-size: 16px!important;
}
#footer .footer-links a {
    text-decoration: none!important;
    color: #3a3a3a!important;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}


