/**
 * Generated from Pitch — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #0a0a0a;
  --surface-alt: #0a0a0a;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #5318eb;
  --on-brand: #ffffff;
  --border: #e4e2ee;
  --border-strong: #cbc8da;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-hero: #000000;
  --color-surface: #0a0a0a;
  --color-surface-light: #f6f5fb;
  --color-text: #000000;
  --color-text-on-hero: #ffffff;
  --color-text-muted: #5b5b66;
  --color-text-muted-on-hero: #a8a8b3;
  --color-brand: #5318eb;
  --color-brand-hover: #4512c9;
  --color-brand-active: #3a0fab;
  --color-on-brand: #ffffff;
  --color-brand-tint: #ebe3fe;
  --color-link: #0000ee;
  --color-link-hover: #3a0fab;
  --color-border: #e4e2ee;
  --color-border-strong: #cbc8da;
  --color-border-on-hero: #26262e;
  --color-success: #16a34a;
  --color-warning: #d97706;
  --color-danger: #dc2626;
  --color-info: #5318eb;

  /* type */
  --display-size: 180px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.04em;

  /* 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: 'Mark Pro Bold', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Mark Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
