/* MyChat pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The embeddable brand chatbot engine. Calm, technical, neutral. Rose, dark studio; its admin is the shared MyChat identity, distinct from Scribe's indigo and Rally's teal (brand chat pages theme per-brand separately). */
:root {
  --brand-50: #fff1f2;
  --brand-100: #ffe4e6;
  --brand-200: #fecdd3;
  --brand-300: #fda4af;
  --brand-400: #fb7185;
  --brand-500: #f43f5e;
  --brand-600: #e11d48;
  --brand-700: #be123c;
  --brand-800: #9f1239;
  --brand-900: #881337;
  --brand-950: #4c0519;
  --accent: #fb7185;
  --color-bg: #0D0F17;
  --color-surface: #161A24;
  --color-text: #E7E9F2;
  --color-muted: #8A90A6;
  --font-sans: Inter, -apple-system, system-ui, sans-serif;
  --font-display: Inter, -apple-system, system-ui, sans-serif;
}
/* light theme: applied by the shell's theme toggle (data-theme="light"). */
:root[data-theme="light"] {
  --color-bg: #F4F6F9;
  --color-surface: #FFFFFF;
  --color-text: #141821;
  --color-muted: #5A6472;
}
