/* Generated from the Ink kit tokens by node scripts/ink-tokens.mjs. */
:root {
  color-scheme: light;
  --background: #f5f5f3;
  --foreground: #111111;
  --card: #ffffff;
  --card-foreground: #111111;
  --popover: #ffffff;
  --popover-foreground: #111111;
  --primary: #111111;
  --primary-foreground: #ffffff;
  --secondary: #ececec;
  --secondary-foreground: #111111;
  --muted: #ececec;
  --muted-foreground: #595959;
  --accent: #d6d6d6;
  --accent-foreground: #111111;
  --destructive: #111111;
  --destructive-foreground: #ffffff;
  --border: #1a1a1a;
  --input: #444444;
  --ring: #111111;
  --line: #d6d6d6;
  --panel-header: #111111;
  --panel-header-foreground: #ffffff;
  --sidebar: #ffffff;
  --sidebar-foreground: #111111;
  --sidebar-primary: #111111;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #ececec;
  --sidebar-accent-foreground: #111111;
  --sidebar-border: #1a1a1a;
  --sidebar-ring: #111111;
  --chart-1: #111111;
  --chart-2: #444444;
  --chart-3: #737373;
  --chart-4: #a3a3a3;
  --chart-5: #d6d6d6;
  --radius: 12px;
}
.dark {
  color-scheme: dark;
  --background: #111111;
  --foreground: #f5f5f3;
  --card: #1a1a1a;
  --card-foreground: #f5f5f3;
  --popover: #1a1a1a;
  --popover-foreground: #f5f5f3;
  --primary: #f5f5f3;
  --primary-foreground: #111111;
  --secondary: #333333;
  --secondary-foreground: #f5f5f3;
  --muted: #292929;
  --muted-foreground: #b8b8b8;
  --accent: #444444;
  --accent-foreground: #ffffff;
  --destructive: #f5f5f3;
  --destructive-foreground: #111111;
  --border: #d6d6d6;
  --input: #b8b8b8;
  --ring: #ffffff;
  --line: #444444;
  --panel-header: #f5f5f3;
  --panel-header-foreground: #111111;
  --sidebar: #1a1a1a;
  --sidebar-foreground: #f5f5f3;
  --sidebar-primary: #f5f5f3;
  --sidebar-primary-foreground: #111111;
  --sidebar-accent: #333333;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #d6d6d6;
  --sidebar-ring: #ffffff;
  --chart-1: #f5f5f3;
  --chart-2: #d6d6d6;
  --chart-3: #a3a3a3;
  --chart-4: #737373;
  --chart-5: #444444;
  --radius: 12px;
}
:root {
  --font-sans: ui-monospace, "SF Mono", Menlo, monospace;
  --font-mono: "SFMono-Regular", Consolas, monospace;
  --font-serif: Georgia, "Times New Roman", serif;
}
