/*
Theme Name: Ecom Cloth Theme
Theme URI: https://ecomsolution.net/ecom-cloth-theme
Author: ecomsolution
Description: A high-performance, scratch-made theme for clothing brands with full plugin support and stylish Bangla fonts.
Version: 1.0
Text Domain: ecom-cloth by Mahadee
*/

/* Google Font: Hind Siliguri */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Hind Siliguri', sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header { background: #fff; padding: 20px 0; border-bottom: 1px solid #eee; }
footer { background: #111; color: #fff; padding: 40px 0; text-align: center; margin-top: 50px; }