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

  /* full color palette */
  --color-bg: #f7f6f5;
  --color-bg-secondary: #f0efed;
  --color-surface: #ffffff;
  --color-text: #000000;
  --color-text-soft: #3d3d3d;
  --color-text-faint: #6b6b6b;
  --color-text-muted: #9a9a9a;
  --color-brand: #191919;
  --color-brand-hover: #000000;
  --color-on-brand: #f7f6f5;
  --color-link: #000000;
  --color-link-hover: #191919;
  --color-selected-bg: #0000000d;
  --color-disabled: #9a9a9a;
  --color-border: #000000;
  --color-border-soft: rgba(0, 0, 0, 0.12);
  --color-border-subtle: rgba(0, 0, 0, 0.06);
  --color-input-bg: rgba(0, 0, 0, 0.031);
  --color-input-bg-hover: rgba(0, 0, 0, 0.051);
  --color-success-text: #1f5130;
  --color-warning-text: #7a5e1f;
  --color-danger-text: #8a2b2b;
  --color-info-text: #26416b;

  /* type */
  --display-size: 72px;
  --h1-size: 36px;
  --h2-size: 20px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

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

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