/* GENERATED by @tirify/design-tokens — DO NOT EDIT. Source: src/tokens.mjs */
:root {
  --background: 249 249 249;
  --foreground: 32 32 32;
  --card: 252 252 252;
  --card-foreground: 32 32 32;
  --popover: 252 252 252;
  --popover-foreground: 32 32 32;
  --primary: 100 74 64;
  --primary-foreground: 255 255 255;
  --secondary: 255 223 181;
  --secondary-foreground: 88 45 29;
  --muted: 239 239 239;
  --muted-foreground: 100 100 100;
  --accent: 232 232 232;
  --accent-foreground: 32 32 32;
  --destructive: 229 77 46;
  --destructive-foreground: 255 255 255;
  --border: 216 216 216;
  --input: 216 216 216;
  --ring: 100 74 64;
  --sidebar: 251 251 251;
  --sidebar-foreground: 37 37 37;
  --sidebar-primary: 52 52 52;
  --sidebar-primary-foreground: 251 251 251;
  --sidebar-accent: 247 247 247;
  --sidebar-accent-foreground: 52 52 52;
  --sidebar-border: 235 235 235;
  --sidebar-ring: 181 181 181;
  --chart-1: 100 74 64;
  --chart-2: 255 223 181;
  --chart-3: 232 232 232;
  --chart-4: 255 230 196;
  --chart-5: 102 73 62;
  --success: 34 197 94;
  --success-foreground: 255 255 255;
  --warning: 234 179 8;
  --warning-foreground: 35 25 5;
  --info: 59 130 246;
  --info-foreground: 255 255 255;
  --text-secondary: 70 70 70;
  --border-subtle: 235 235 235;
  --accent-purple: 167 139 250;
  --radius: 0.75rem;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 14px rgba(0,0,0,.08);
  --shadow-lg: 0 16px 40px rgba(0,0,0,.12);
  --shadow-glow: 0 0 30px rgba(100, 74, 64, 0.15);
}

.dark,
:root[data-theme="dark"] {
  --background: 17 17 17;
  --foreground: 238 238 238;
  --card: 25 25 25;
  --card-foreground: 238 238 238;
  --popover: 28 28 28;
  --popover-foreground: 238 238 238;
  --primary: 255 224 194;
  --primary-foreground: 8 26 27;
  --secondary: 57 48 40;
  --secondary-foreground: 255 224 194;
  --muted: 34 34 34;
  --muted-foreground: 180 180 180;
  --accent: 42 42 42;
  --accent-foreground: 238 238 238;
  --destructive: 229 77 46;
  --destructive-foreground: 255 255 255;
  --border: 38 36 30;
  --input: 72 72 72;
  --ring: 255 224 194;
  --sidebar: 24 24 27;
  --sidebar-foreground: 244 244 245;
  --sidebar-primary: 29 78 216;
  --sidebar-primary-foreground: 255 255 255;
  --sidebar-accent: 39 39 42;
  --sidebar-accent-foreground: 244 244 245;
  --sidebar-border: 39 39 42;
  --sidebar-ring: 212 212 216;
  --chart-1: 255 224 194;
  --chart-2: 57 48 40;
  --chart-3: 42 42 42;
  --chart-4: 66 56 46;
  --chart-5: 255 224 193;
  --success: 52 211 153;
  --success-foreground: 8 26 27;
  --warning: 251 191 36;
  --warning-foreground: 35 25 5;
  --info: 96 165 250;
  --info-foreground: 8 26 27;
  --border-subtle: 39 39 42;
  --text-secondary: 200 200 200;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.5);
  --shadow-md: 0 6px 16px rgba(0,0,0,.55);
  --shadow-lg: 0 18px 48px rgba(0,0,0,.65);
  --shadow-glow: 0 0 30px rgba(255, 224, 194, 0.15);
}
