/*
Theme Name: ZC GlobalTrade
Theme URI: https://example.com/zc-globaltrade
Author: Codex
Author URI: https://openai.com
Description: A B2B industrial WordPress theme designed for WooCommerce catalogs and the ZC Inquiry plugin.
Version: 1.1.12
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: zc-globaltrade
*/

:root {
    --zc-accent: #0d5ae5;
    --zc-accent-alt: #0f2447;
    --zc-highlight: #12a4ff;
    --zc-background: #f6f9ff;
    --zc-surface: #ffffff;
    --zc-surface-alt: #eef4ff;
    --zc-border: #dbe5f4;
    --zc-text: #102542;
    --zc-muted: #61728a;
    --zc-heading-font: "Barlow Condensed", sans-serif;
    --zc-body-font: "Manrope", sans-serif;
    --zc-radius: 18px;
    --zc-shadow-strength: 0.14;
    --zc-container-width: 1280px;
    --zc-base-font-size: 16px;
    --zc-line-height: 1.7;
    --zc-logo-height: 72px;
}

body {
    margin: 0;
    font-family: var(--zc-body-font);
    font-size: var(--zc-base-font-size);
    line-height: var(--zc-line-height);
    color: var(--zc-text);
    background: var(--zc-background);
}
