/*
Theme Name: Libaas - Pakistani Shirt Store
Theme URI: https://example.com/libaas
Author: Custom Build
Author URI: https://example.com
Description: A professional, fully customizable WordPress theme for Pakistani shirt and clothing stores. Built for Elementor with WooCommerce support, RTL-ready, and optimized for conversions. Features a clean modern layout inspired by top Pakistani brands like Khaadi, Sapphire, and Gul Ahmed.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: libaas
Tags: e-commerce, elementor, woocommerce, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, rtl-language-support, blog, one-column, two-columns, right-sidebar, left-sidebar
*/

/* Base reset & typography — most styling lives in assets/css/theme.css */
:root {
  --libaas-primary: #8B1A1A;      /* Deep maroon - traditional Pakistani */
  --libaas-secondary: #C9A961;    /* Gold accent */
  --libaas-dark: #1a1a1a;
  --libaas-light: #faf7f2;        /* Warm cream */
  --libaas-muted: #6b6b6b;
  --libaas-border: #e5e0d8;
  --libaas-success: #2d7a4f;
  --libaas-font-heading: 'Playfair Display', Georgia, serif;
  --libaas-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --libaas-font-urdu: 'Noto Nastaliq Urdu', serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--libaas-font-body);
  color: var(--libaas-dark);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--libaas-font-heading); font-weight: 600; line-height: 1.25; margin: 0 0 .5em; }
a { color: var(--libaas-primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--libaas-secondary); }
img { max-width: 100%; height: auto; display: block; }
