/**
 * Generated from Temporal — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #141414;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #f8fafc;
  --text-dim: #f8fafc;
  --text-faint: #f8fafc;
  --brand: #444ce7;
  --on-brand: #ffffff;
  --border: #2a2a2a;
  --border-strong: #3a3a3a;
  --success: #34d399;
  --warning: #fed553;
  --danger: #f43f5e;

  /* full color palette */
  --color-bg: #141414;
  --color-surface: #1a1a1a;
  --color-surface-elevated: #222222;
  --color-surface-code: #243349;
  --color-surface-pre: #1f2937;
  --color-text: #f8fafc;
  --color-text-body: #cbd5e1;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #141414;
  --color-brand: #444ce7;
  --color-brand-bright: #5b63f0;
  --color-on-brand: #ffffff;
  --color-link: #444ce7;
  --color-border: #2a2a2a;
  --color-border-soft: #222222;
  --color-border-strong: #3a3a3a;
  --color-ring: rgba(68,76,231,0.5);
  --color-shadow-color: rgba(0,0,0,0.6);
  --color-code-text: #f8fafc;
  --color-code-keyword: #fed553;
  --color-success: #34d399;
  --color-warning: #fed553;
  --color-danger: #f43f5e;
  --color-info: #444ce7;

  /* type */
  --display-size: 68px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Aeonik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aeonik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
