/* Intel pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The workshop's reference desk. Dark studio, kin to Scribe and Rally; a lime signal accent. Quiet, factual, ops-like. It explains where everything lives and what it does, so nobody has to go digging. */
:root {
  --brand-50: #f7fee7;
  --brand-100: #ecfccb;
  --brand-200: #d9f99d;
  --brand-300: #bef264;
  --brand-400: #a3e635;
  --brand-500: #84cc16;
  --brand-600: #65a30d;
  --brand-700: #4d7c0f;
  --brand-800: #3f6212;
  --brand-900: #365314;
  --brand-950: #1a2e05;
  --accent: #A3E635;
  --color-bg: #0D1117;
  --color-surface: #161B22;
  --color-text: #E7ECF2;
  --color-muted: #8A95A4;
  --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;
}
