/*
Theme Name: ZKDZ WooCommerce Theme
Theme URI: https://zkdz.com
Author: AI Studio
Description: A high-conversion WooCommerce theme optimized for COD landing pages and RTL layouts.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zkdz-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap');

/* Tailwind is loaded via CDN or compiled separately */
body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
}
