/*
Theme Name: Bảo Tiến
Theme URI: https://baotien.vn
Author: Bảo Tiến
Author URI: https://baotien.vn
Description: Theme WordPress chính thức của Công ty TNHH Sản Xuất và Thương Mại Bảo Tiến. Chuyên sản xuất và phân phối rèm cửa, bạt che, cửa lưới chống côn trùng trên toàn quốc.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baotien
Tags: business, vietnamese, ecommerce, responsive
*/

/* ========================================
   Custom CSS Variables & Overrides
   ======================================== */
:root {
    --color-primary: #cc0000;
    --color-primary-dark: #a30000;
    --color-secondary: #333333;
    --color-secondary-light: #555555;
    --color-light: #f5f5f5;
    --color-dark: #1a1a1a;
}

body {
    background-color: var(--color-light);
    color: var(--color-secondary);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

/* Line-clamp utilities */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* WordPress-specific fixes */
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
*, *::before, *::after { box-sizing: border-box; }
