/* Bot Match pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* Warm, human matchmaker. A companion made for you: terracotta dawn, gentle and characterful, never corporate. */
:root {
  --brand-50: #fdf3f0;
  --brand-50-rgb: 253 243 240;
  --brand-100: #fae3dd;
  --brand-100-rgb: 250 227 221;
  --brand-200: #f3c6ba;
  --brand-200-rgb: 243 198 186;
  --brand-300: #eba491;
  --brand-300-rgb: 235 164 145;
  --brand-400: #dd8672;
  --brand-400-rgb: 221 134 114;
  --brand-500: #c96f5e;
  --brand-500-rgb: 201 111 94;
  --brand-600: #b05a49;
  --brand-600-rgb: 176 90 73;
  --brand-700: #92483a;
  --brand-700-rgb: 146 72 58;
  --brand-800: #773b30;
  --brand-800-rgb: 119 59 48;
  --brand-900: #62312a;
  --brand-900-rgb: 98 49 42;
  --brand-950: #351713;
  --brand-950-rgb: 53 23 19;
  --accent: #c96f5e;
  --accent-rgb: 201 111 94;
  --color-bg: #fdf9f5;
  --color-bg-rgb: 253 249 245;
  --color-surface: #ffffff;
  --color-surface-rgb: 255 255 255;
  --color-text: #2d2a28;
  --color-text-rgb: 45 42 40;
  --color-muted: #8a827c;
  --color-muted-rgb: 138 130 124;
  --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-bg-rgb: 244 246 249;
  --color-surface: #FFFFFF;
  --color-surface-rgb: 255 255 255;
  --color-text: #141821;
  --color-text-rgb: 20 24 33;
  --color-muted: #5A6472;
  --color-muted-rgb: 90 100 114;
}
