/* hw-tools pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The workshop front door. Neutral, quiet, dark studio; a mint accent and a teal-to-amber wordmark tile. The tools' own colours do the talking on the grid. */
:root {
  --brand-50: #e6fbf4;
  --brand-100: #c6f5e6;
  --brand-200: #8fead0;
  --brand-300: #54dcb6;
  --brand-400: #3bddb4;
  --brand-500: #16b894;
  --brand-600: #0f9678;
  --brand-700: #0f7460;
  --brand-800: #105449;
  --brand-900: #0e463b;
  --brand-950: #04241d;
  --accent: #3BDDB4;
  --color-bg: #0D1117;
  --color-surface: #151B23;
  --color-text: #E7ECF2;
  --color-muted: #8A95A4;
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: system-ui, -apple-system, 'Segoe UI', Roboto, 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;
}
