/**
 * Generated from LLVM — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f3f3f3;
  --surface-alt: #f3f3f3;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #2f7f91;
  --on-brand: #ffffff;
  --border: #b8b8b8;
  --border-strong: #b8b8b8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f3f3f3;
  --color-text: #000000;
  --color-brand: #2f7f91;
  --color-on-brand: #ffffff;
  --color-border: #b8b8b8;
  --color-text-soft: #555555;
  --color-link: #0000ee;
  --color-rule-dark: #777777;

  /* type */
  --display-size: 34px;
  --h1-size: 24px;
  --h2-size: 20px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.45;
  --display-tracking: 0;

  /* shape */
  --radius-button: 4px;
  --radius-card: 6px;
  --radius-pill: 9999px;

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

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