/* ═══════════════════════════════════════════════════════════════════
   WP Community Chat — Community Hub Theme v1.2.7
   Design tokens. All other CSS files depend on this one.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --ch-shell:         #1a1a2e;
  --ch-shell2:        #2d2d50;
  --ch-primary:       #4f46e5;
  --ch-primary-dk:    #3730a3;
  --ch-accent:        #818cf8;
  --ch-green:         #1e7e34;
  --ch-green2:        #28a745;
  --ch-danger:        #dc3545;
  --ch-warn:          #f59e0b;
  --ch-page:          #f7f8fc;
  --ch-card:          #ffffff;
  --ch-border:        #e8eaf0;
  --ch-text:          #1a1a2e;
  --ch-muted:         #888;
  --ch-faint:         #bbb;
  --ch-radius:        14px;
  --ch-pill:          28px;
  --ch-bubble:        18px;
  --ch-font:          'Segoe UI', Tahoma, sans-serif;
  --ch-shadow:        0 2px 10px rgba(0,0,0,.07);
  --ch-shadow-lg:     0 8px 32px rgba(0,0,0,.18);
}
