function fashionx_enqueue_scripts() {
    // Main stylesheet
    wp_enqueue_style(
        'fashionx-style',
        get_stylesheet_uri(),
        array(),
        '1.0.0'
    );
    
    // Main CSS file
    wp_enqueue_style(
        'fashionx-main-css',
        get_template_directory_uri() . '/assets/css/main.css',
        array('fashionx-style'),
        '1.0.0'
    );
    
    // Google Fonts
    wp_enqueue_style(
        'fashionx-google-fonts',
        'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap',
        array(),
        null
    );
}
add_action('wp_enqueue_scripts', 'fashionx_enqueue_scripts');<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://amarposhakbd.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://amarposhakbd.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://amarposhakbd.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://amarposhakbd.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://amarposhakbd.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
