/**
 * Generated from Google Stitch — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #050505;
  --surface: #111111;
  --surface-alt: #111111;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #8b83ff;
  --on-brand: #080808;
  --border: rgba(255, 255, 255, 0.14);
  --border-strong: rgba(255, 255, 255, 0.14);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #050505;
  --color-bg-deep: #000000;
  --color-surface: #111111;
  --color-surface-raised: #18181b;
  --color-text: #ffffff;
  --color-text-muted: #b8b8c2;
  --color-brand: #8b83ff;
  --color-accent: #5b57d9;
  --color-accent-soft: #24204d;
  --color-border: rgba(255, 255, 255, 0.14);
  --color-grid-dot: rgba(255, 255, 255, 0.12);
  --color-on-brand: #080808;

  /* type */
  --display-size: 72px;
  --h1-size: 56px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 16px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Google Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Google Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
