/**
 * Generated from Sourcegraph — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #1a1817;
  --surface: #252321;
  --surface-alt: #252321;
  --text: #ededed;
  --text-dim: #ededed;
  --text-faint: #7a7672;
  --brand: #f34e3f;
  --on-brand: #ffffff;
  --border: #34302d;
  --border-strong: #48433f;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #1a1817;
  --color-bg-soft: #211f1d;
  --color-bg-elev: #252321;
  --color-surface: #222222;
  --color-surface-soft: #1f1d1c;
  --color-surface-strong: #2c2a28;
  --color-text: #ededed;
  --color-text-strong: #ffffff;
  --color-text-soft: #b8b8b8;
  --color-text-muted: #a0a0a0;
  --color-text-faint: #7a7672;
  --color-brand: #f34e3f;
  --color-brand-hover: #ff6354;
  --color-brand-emphasis: #d63b2d;
  --color-brand-soft: rgba(243, 78, 63, 0.12);
  --color-brand-soft-fg: #ff7a6e;
  --color-on-brand: #ffffff;
  --color-link: #f34e3f;
  --color-link-hover: #ff6354;
  --color-border: #34302d;
  --color-border-soft: #2a2724;
  --color-border-strong: #48433f;
  --color-focus-ring: #f34e3f;
  --color-semantic-success: #4ec77f;
  --color-semantic-warning: #e0a64b;
  --color-semantic-danger: #f34e3f;
  --color-semantic-info: #5aa9f0;
  --color-diff-add-bg: rgba(78, 199, 127, 0.14);
  --color-diff-remove-bg: rgba(243, 78, 63, 0.14);
  --color-shadow-tint: rgba(0, 0, 0, 0.55);

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

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

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