/**
 * Limebug Commerce UI design tokens.
 * v0.2.5: integrated checkout refinement.
 */
:root {
    --lbcui-content-width: 1440px;
    --lbcui-checkout-width: 1320px;

    --lbcui-space-1: 4px;
    --lbcui-space-2: 8px;
    --lbcui-space-3: 12px;
    --lbcui-space-4: 16px;
    --lbcui-space-5: 24px;
    --lbcui-space-6: 32px;
    --lbcui-space-7: 48px;
    --lbcui-space-8: 64px;

    --lbcui-radius-sm: 6px;
    --lbcui-radius-md: 10px;
    --lbcui-radius-lg: 16px;

    --lbcui-text: #151719;
    --lbcui-muted: #6d7479;
    --lbcui-border: #dfe3e5;
    --lbcui-border-strong: #cdd3d6;
    --lbcui-surface: #ffffff;
    --lbcui-surface-subtle: #f6f7f5;
    --lbcui-surface-soft: #fafbfa;
    --lbcui-accent: #6f8528;
    --lbcui-accent-dark: #53651d;
    --lbcui-error: #c53b35;

    --lbcui-control-height: 50px;
    --lbcui-transition: 160ms ease;
    --lbcui-shadow-soft: 0 12px 38px rgba(18, 24, 20, 0.07);
}
