if (is_front_page() && file_exists($base_path . '/assets/css/home.css')) {
    wp_enqueue_style('fleecy-home-css', $base_uri . '/assets/css/home.css', ['fleecy-main-css'], filemtime($base_path . '/assets/css/home.css'));
}