/* Frankly pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* Frankly: healthcare that starts with a conversation. Calm, warm, plain-speaking. The assistant is Frank. Frank listens, your doctor decides. */
:root {
  --brand-50: #eef6f5;
  --brand-50-rgb: 238 246 245;
  --brand-100: #d4e8e7;
  --brand-100-rgb: 212 232 231;
  --brand-200: #a9d1cf;
  --brand-200-rgb: 169 209 207;
  --brand-300: #74b1ae;
  --brand-300-rgb: 116 177 174;
  --brand-400: #3f8e8b;
  --brand-400-rgb: 63 142 139;
  --brand-500: #1F6D6C;
  --brand-500-rgb: 31 109 108;
  --brand-600: #195857;
  --brand-600-rgb: 25 88 87;
  --brand-700: #154746;
  --brand-700-rgb: 21 71 70;
  --brand-800: #123a39;
  --brand-800-rgb: 18 58 57;
  --brand-900: #0f302f;
  --brand-900-rgb: 15 48 47;
  --brand-950: #071a19;
  --brand-950-rgb: 7 26 25;
  --accent: #E67E6B;
  --accent-rgb: 230 126 107;
  --color-bg: #F7F5F0;
  --color-bg-rgb: 247 245 240;
  --color-surface: #ffffff;
  --color-surface-rgb: 255 255 255;
  --color-text: #2D3E50;
  --color-text-rgb: 45 62 80;
  --color-muted: #5D6B78;
  --color-muted-rgb: 93 107 120;
  --font-sans: Inter, -apple-system, system-ui, sans-serif;
  --font-display: 'Avenir Next', -apple-system, 'Segoe 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;
}
