/**
 * Generated from LlamaIndex — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e1116;
  --text-dim: #0e1116;
  --text-faint: #8b949e;
  --brand: #1b9aff;
  --on-brand: #ffffff;
  --border: #d0d7de;
  --border-strong: #afb8c1;
  --success: #1f883d;
  --warning: #bf8700;
  --danger: #cf222e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafbfc;
  --color-bg-deep: #0e1116;
  --color-surface-soft: #f6f8fa;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-blue: #eaf5ff;
  --color-surface-dark: #0e1116;
  --color-text: #0e1116;
  --color-text-body: #3d4148;
  --color-text-strong: #1c2128;
  --color-text-muted: #656d76;
  --color-text-faint: #8b949e;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #c9d1d9;
  --color-brand: #1b9aff;
  --color-brand-hover: #0c87e6;
  --color-brand-active: #0066c2;
  --color-brand-soft: #eaf5ff;
  --color-brand-deep: #0a4d80;
  --color-on-brand: #ffffff;
  --color-on-light: #0e1116;
  --color-link: #1b9aff;
  --color-link-hover: #0c87e6;
  --color-link-visited: #5b6cdb;
  --color-border: #d0d7de;
  --color-border-strong: #afb8c1;
  --color-border-soft: #eaeef2;
  --color-border-blue: #1b9aff;
  --color-shadow-color: rgba(31, 35, 40, 0.04);
  --color-shadow-color-md: rgba(31, 35, 40, 0.08);
  --color-shadow-color-lg: rgba(31, 35, 40, 0.12);
  --color-accent-llama: #f59e0b;
  --color-accent-emerald: #1f883d;
  --color-accent-rose: #cf222e;
  --color-accent-violet: #8250df;
  --color-success: #1f883d;
  --color-warning: #bf8700;
  --color-danger: #cf222e;
  --color-info: #1b9aff;
  --color-code-keyword: #cf222e;
  --color-code-string: #0a3069;
  --color-code-comment: #6e7781;
  --color-code-symbol: #953800;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 96px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
