/*
Theme Name: Xưởng May Hoài An
Theme URI: https://xuongmayhoaian.com/
Description: Theme WordPress custom dành cho xưởng may đồng phục toàn quốc. Thiết kế hiện đại, tối ưu SEO, tốc độ và chuyển đổi. Responsive 100%, Core Web Vitals friendly.
Author: GitHub Copilot
Author URI: https://github.com/features/copilot
Version: 2.0.0
Requires at least: 6.0
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: xuongmayhoaian
Tags: custom-logo, menu-support, threaded-comments, translation-ready, responsive-layout
*/

/* Reset & Base Styles */
:root {
    --primary-color: #003366; /* Navy default */
    --secondary-color: #cc0000; /* Industrial Red */
    --accent-color: #ffcc00;
    --text-color: #333;
    --light-bg: #f4f4f4;
    --white: #ffffff;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
header {
    background: var(--white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Add more styles as needed */
