/* Rally pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* Warm, active, human. You rally creators to build together. Aurora teal and amber, dark studio, kin to Scribe. */
:root {
  --brand-50: #e6fbf4;
  --brand-100: #c6f5e6;
  --brand-200: #8fead0;
  --brand-300: #54dcb6;
  --brand-400: #2ec7a0;
  --brand-500: #17a888;
  --brand-600: #0f866d;
  --brand-700: #0f6a57;
  --brand-800: #105446;
  --brand-900: #0f463b;
  --brand-950: #042a22;
  --accent: #F5B642;
  --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;
}
