/* Podcast pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* The podcast studio: write and voice narrated episodes for many shows, each in its own voice. Dark dashboard like Scribe, a violet accent and a microphone mark. Warm, spoken, unhurried. */
:root {
  --brand-50: #faf5ff;
  --brand-50-rgb: 250 245 255;
  --brand-100: #f3e8ff;
  --brand-100-rgb: 243 232 255;
  --brand-200: #e9d5ff;
  --brand-200-rgb: 233 213 255;
  --brand-300: #d8b4fe;
  --brand-300-rgb: 216 180 254;
  --brand-400: #c084fc;
  --brand-400-rgb: 192 132 252;
  --brand-500: #a855f7;
  --brand-500-rgb: 168 85 247;
  --brand-600: #9333ea;
  --brand-600-rgb: 147 51 234;
  --brand-700: #7e22ce;
  --brand-700-rgb: 126 34 206;
  --brand-800: #6b21a8;
  --brand-800-rgb: 107 33 168;
  --brand-900: #581c87;
  --brand-900-rgb: 88 28 135;
  --brand-950: #3b0764;
  --brand-950-rgb: 59 7 100;
  --accent: #c084fc;
  --accent-rgb: 192 132 252;
  --color-bg: #0D0F14;
  --color-bg-rgb: 13 15 20;
  --color-surface: #14161D;
  --color-surface-rgb: 20 22 29;
  --color-text: #F5F6F8;
  --color-text-rgb: 245 246 248;
  --color-muted: #A6AEBC;
  --color-muted-rgb: 166 174 188;
  --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;
}
