/**
 * Generated from ProtoPie — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #181818;
  --text-dim: #181818;
  --text-faint: #999999;
  --brand: #8169ff;
  --on-brand: #181818;
  --border: #e9e9e9;
  --border-strong: #999999;
  --success: #247a52;
  --warning: #8a5a00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-surface: #ffffff;
  --color-surface-muted: #e9e9e9;
  --color-surface-lavender: #f1efff;
  --color-surface-inverse: #181818;
  --color-text: #181818;
  --color-text-soft: #373737;
  --color-text-muted: #636363;
  --color-text-faint: #999999;
  --color-text-inverse: #ffffff;
  --color-brand: #8169ff;
  --color-brand-deep: #6d4ff0;
  --color-brand-soft: rgba(122,100,255,0.35);
  --color-on-brand: #181818;
  --color-border: #e9e9e9;
  --color-border-strong: #999999;
  --color-focus: #6d4ff0;
  --color-success: #247a52;
  --color-warning: #8a5a00;
  --color-danger: #b42318;

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

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 100px;

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

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