/* Sites pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The site builder's own dashboard. Clean, blue, structural. Each generated site themes to its own brand pack; this is only the maker's admin. */
:root {
  --brand-50: #eff6ff;
  --brand-50-rgb: 239 246 255;
  --brand-100: #dbeafe;
  --brand-100-rgb: 219 234 254;
  --brand-200: #bfdbfe;
  --brand-200-rgb: 191 219 254;
  --brand-300: #93c5fd;
  --brand-300-rgb: 147 197 253;
  --brand-400: #60a5fa;
  --brand-400-rgb: 96 165 250;
  --brand-500: #3b82f6;
  --brand-500-rgb: 59 130 246;
  --brand-600: #2563eb;
  --brand-600-rgb: 37 99 235;
  --brand-700: #1d4ed8;
  --brand-700-rgb: 29 78 216;
  --brand-800: #1e40af;
  --brand-800-rgb: 30 64 175;
  --brand-900: #1e3a8a;
  --brand-900-rgb: 30 58 138;
  --brand-950: #172554;
  --brand-950-rgb: 23 37 84;
  --accent: #60a5fa;
  --accent-rgb: 96 165 250;
  --color-bg: #0D1117;
  --color-bg-rgb: 13 17 23;
  --color-surface: #161B22;
  --color-surface-rgb: 22 27 34;
  --color-text: #E7ECF2;
  --color-text-rgb: 231 236 242;
  --color-muted: #8A95A4;
  --color-muted-rgb: 138 149 164;
  --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;
}
