/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::selection {
    background: #333333;
    /* رنگ پس‌زمینه انتخاب */
    color: #ff6633;
    /* رنگ متن انتخاب‌شده */
}

/* برای مرورگرهای وب‌کیت مثل کروم و سافاری */
::-moz-selection {
    background: #333333;
    color: #ff6633;
}
function my_custom_styles() {
    // افزودن فایل CSS اصلی چایلد تم با نسخه‌بندی
    wp_enqueue_style( 'my-style', get_stylesheet_directory_uri() . '/style.css', array(), filemtime( get_stylesheet_directory() . '/style.css' ) );
}

add_action( 'wp_enqueue_scripts', 'my_custom_styles' );