/* Social pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The social broadcast desk. Confident, connected, dark studio; a gold signal accent and a share-node mark. Where a brand's posts and replies go out, and its comments and DMs come in. */
:root {
  --brand-50: #fffbeb;
  --brand-50-rgb: 255 251 235;
  --brand-100: #fef3c7;
  --brand-100-rgb: 254 243 199;
  --brand-200: #fde68a;
  --brand-200-rgb: 253 230 138;
  --brand-300: #fcd34d;
  --brand-300-rgb: 252 211 77;
  --brand-400: #fbbf24;
  --brand-400-rgb: 251 191 36;
  --brand-500: #f59e0b;
  --brand-500-rgb: 245 158 11;
  --brand-600: #d97706;
  --brand-600-rgb: 217 119 6;
  --brand-700: #b45309;
  --brand-700-rgb: 180 83 9;
  --brand-800: #92400e;
  --brand-800-rgb: 146 64 14;
  --brand-900: #78350f;
  --brand-900-rgb: 120 53 15;
  --brand-950: #451a03;
  --brand-950-rgb: 69 26 3;
  --accent: #FBBF24;
  --accent-rgb: 251 191 36;
  --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;
}
