@charset "UTF-8";
/* https://brilopez.com/wp-content/themes/dt-the7-child/style.css?ver=12.10.0.1 */
(function($){// Your code here $(document).ready(function(){console.log('jQuery works with $ safely')})})(jQuery);add_action('wp_enqueue_scripts',function(){// Kill any theme/plugin jQuery wp_deregister_script('jquery');// Load WP's built-in jQuery (safe version)
    wp_enqueue_script(
        'jquery',
        includes_url(/js/jquery/jquery.min.js),[],null,false // load in header (important for WPBakery))},100);