/**
 * navico-prdct-root.css
 * SINGLE SOURCE OF TRUTH for all shop/product colors + spacing tokens.
 * Every other shop CSS file reads from these variables — never hardcode
 * a hex value anywhere else. To change the brand color sitewide, edit
 * ONLY this file.
 *
 * Must be enqueued BEFORE navico-prdct-card.css (and any future
 * navico-prdct-*.css file).
 */

:root {
    /* Brand palette (matches Elementor Global Colors) */
    --navico_prdct_primary: #FFCC29;
    --navico_prdct_secondary: #FFFFFF;
    --navico_prdct_text: #2E2E2E;
    --navico_prdct_accent: #1E0C51;
    --navico_prdct_headings: #000000;
    --navico_prdct_heading_accent: #F77F00;

    /* Derived / neutral tokens */
    --navico_prdct_border: #ececec;
    --navico_prdct_muted: #7a7a7a;
    --navico_prdct_surface: #F7F7F5;

    /* Shared spacing / shape tokens */
    --navico_prdct_radius: 12px;
    --navico_prdct_radius_sm: 6px;
    --navico_prdct_gap: 10px;
}
