/**
 * Generated from Baseten — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1830;
  --text-dim: #1a1830;
  --text-faint: #9c98b6;
  --brand: #6c5ce7;
  --on-brand: #ffffff;
  --border: #e4e4ec;
  --border-strong: #c8c5d8;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafaff;
  --color-bg-deep: #1a1830;
  --color-surface-soft: #f5f5fa;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-purple: #ede9fe;
  --color-surface-dark: #1a1830;
  --color-surface-dark-card: #28254a;
  --color-text: #1a1830;
  --color-text-body: #3d3a5c;
  --color-text-strong: #28254a;
  --color-text-muted: #6b6889;
  --color-text-faint: #9c98b6;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #c8c5dd;
  --color-brand: #6c5ce7;
  --color-brand-hover: #5a48d3;
  --color-brand-active: #4938b3;
  --color-brand-soft: #ede9fe;
  --color-brand-deep: #352a8a;
  --color-on-brand: #ffffff;
  --color-on-light: #1a1830;
  --color-link: #6c5ce7;
  --color-link-hover: #5a48d3;
  --color-border: #e4e4ec;
  --color-border-strong: #c8c5d8;
  --color-border-soft: #f0eff7;
  --color-border-purple: #6c5ce7;
  --color-shadow-color: rgba(26, 24, 48, 0.04);
  --color-shadow-color-md: rgba(26, 24, 48, 0.08);
  --color-shadow-color-lg: rgba(26, 24, 48, 0.12);
  --color-shadow-glow-purple: rgba(108, 92, 231, 0.15);
  --color-accent-emerald: #10b981;
  --color-accent-rose: #ef4444;
  --color-accent-amber: #f59e0b;
  --color-accent-cyan: #06b6d4;
  --color-accent-pink: #ec4899;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #06b6d4;
  --color-code-keyword: #6c5ce7;
  --color-code-string: #10b981;
  --color-code-comment: #9c98b6;
  --color-code-number: #f59e0b;
  --color-truss-yaml-key: #6c5ce7;
  --color-truss-yaml-string: #10b981;

  /* 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;
}
