/*
Theme Name: United Import Theme
Theme URI: https://unitedimport.ca
Author: United Import project (wuchenhao0810)
Description: Custom B2B lead-generation theme for United Import & Distribution — "Clean Industrial / The Architect" light design system. Site chrome and page styles live in assets/css/theme.css and assets/css/pages.css; this file only carries the theme header and a minimal base.
Version: 2.2.0
Requires at least: 6.0
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: united-import-theme
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

/* ============================================================
 * Minimal base — the design system in assets/css/* builds on this.
 * Keep this file free of page styling: it loads on every route,
 * including fallback templates, and must never fight theme.css.
 * ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F6F7F4;
    color: #171A16;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171A16;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #3E7A1E;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
    width: 100%;
    padding: 12px 14px;
    background-color: #FFFFFF;
    border: 1px solid #E2E6DE;
    border-radius: 10px;
    color: #171A16;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #57AC2E;
    box-shadow: 0 0 0 3px rgba(87, 172, 46, 0.15);
}
