/* Centralized theme variables for Plan-C
   Keep this file minimal: only design tokens used across components.
   Enqueued early so other styles can reference these vars. */
:root {
    --brand-primary: #8B5CF6;
    --brand-accent: #EC4899;
    --brand-muted: #6B7280;
    --brand-border: #E5E7EB;
    --brand-border-2: #E0E7FF;
    --brand-text: #111827;
    --brand-badge-bg: #F3E8FF;
    --brand-bg: #FFFFFF;
    --brand-chip-hover: #FDF2F8;
    --brand-chip-border: #FCE7F3;
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
}
