/* AWA Round2 (dual-write hotfix)
   Bridge tokens for brand consistency in round scope (header/minicart/owl tabs). */
:root {
    --primary-color: var(--awa-red, #b73337);
    --primary-hover: var(--awa-red-dark, #8e2629);
    --text-color: var(--awa-dark, #333);
    --bg-white: var(--awa-bg-surface, #fff);
    --awa-round2-focus-ring: 0 0 0 3px color-mix(in srgb, var(--primary-color) 22%, transparent);
    --awa-round2-transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
    :root {
        --awa-round2-transition: 0s;
    }
}
