/**
 * Generated from GitHub — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0d1117;
  --surface: #191f1b;
  --surface-alt: #191f1b;
  --text: #f0f6fc;
  --text-dim: #f0f6fc;
  --text-faint: #484f58;
  --brand: #5fed83;
  --on-brand: #000000;
  --border: #353d37;
  --border-strong: #484f58;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0d1117;
  --color-bg-soft: #0f1511;
  --color-bg-elev: #191f1b;
  --color-surface: #0f1511;
  --color-surface-soft: #161b22;
  --color-surface-strong: #21262d;
  --color-text: #f0f6fc;
  --color-text-strong: #ffffff;
  --color-text-soft: #a4aea6;
  --color-text-muted: #7d8590;
  --color-text-faint: #484f58;
  --color-brand: #5fed83;
  --color-brand-emphasis: #08872b;
  --color-brand-soft: rgba(95, 237, 131, 0.15);
  --color-on-brand: #000000;
  --color-primary-cta-bg: #ffffff;
  --color-primary-cta-text: #000000;
  --color-primary-cta-hover: #f0f6fc;
  --color-link: #79c0ff;
  --color-link-hover: #a5d6ff;
  --color-border: #353d37;
  --color-border-soft: #21262d;
  --color-border-strong: #484f58;
  --color-bento-coral: #ff6b6b;
  --color-bento-lemon: #ffd43b;
  --color-bento-indigo: #7c5cff;
  --color-bento-pink: #ff7eb6;
  --color-bento-cyan: #56d4dd;
  --color-diff-add-bg: rgba(46, 160, 67, 0.15);
  --color-diff-remove-bg: rgba(248, 81, 73, 0.15);
  --color-semantic-success: #3fb950;
  --color-semantic-warning: #d29922;
  --color-semantic-danger: #f85149;
  --color-semantic-info: #58a6ff;
  --color-shadow-tint: rgba(0, 0, 0, 0.5);

  /* type */
  --display-size: 64px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.035em;

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

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

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