/*
 Theme Name:   tehran_farda Child  
 Template:     tehran_farda       
 Version:      1.0.0
*/

<?php
// بارگذاری استایل‌های قالب اصلی
add_action('wp_enqueue_scripts', function() {
    wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css');
});
