/*
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.4.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: zc-globaltrade
*/

:root {
    --zc-accent: #dc2626;
    --zc-accent-alt: #3f1111;
    --zc-highlight: #f43f5e;
    --zc-background: #fff7f7;
    --zc-surface: #ffffff;
    --zc-surface-alt: #fff1f2;
    --zc-border: #fecdd3;
    --zc-text: #2b1515;
    --zc-muted: #7f4c4c;
    --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: 48px;
}

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);
}
