/**
 * Generated from Jitter — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #19171c;
  --text-dim: #19171c;
  --text-faint: #19171c;
  --brand: #b593ff;
  --on-brand: #19171c;
  --border: #e5e4e7;
  --border-strong: #19171c;
  --success: #1b8f5a;
  --warning: #f0a400;
  --danger: #d84f4f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-muted: #f2f1f3;
  --color-surface-strong: #19171c;
  --color-text: #19171c;
  --color-text-strong: #0a0a0a;
  --color-text-muted: #6e6e73;
  --color-brand: #b593ff;
  --color-brand-hover: #a987f5;
  --color-accent: #7a40ed;
  --color-accent-soft: #f2ecff;
  --color-border: #e5e4e7;
  --color-border-strong: #19171c;
  --color-cta-dark: #19171c;
  --color-on-dark: #ffffff;
  --color-success: #1b8f5a;
  --color-warning: #f0a400;
  --color-danger: #d84f4f;
  --color-on-brand: #19171c;

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

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

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

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