/**
 * Generated from Zed — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f5f5f3;
  --surface: #f5f5f3;
  --surface-alt: #f5f5f3;
  --text: #393d45;
  --text-dim: #393d45;
  --text-faint: #393d45;
  --brand: #004edb;
  --on-brand: #ffffff;
  --border: #e2e2de;
  --border-strong: #d4d4ce;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f5f5f3;
  --color-bg-100: #ffffff;
  --color-bg-200: #eeede9;
  --color-bg-300: #e7e6e1;
  --color-surface-card: #ffffff;
  --color-surface-code: #1a1b1e;
  --color-text: #393d45;
  --color-text-200: #5a5e66;
  --color-text-300: #6b6f78;
  --color-text-400: #86888f;
  --color-text-strong: #16181d;
  --color-brand: #004edb;
  --color-brand-hover: #003fb5;
  --color-brand-soft: rgba(0,78,219,0.08);
  --color-on-brand: #ffffff;
  --color-cta-secondary-bg: #ffffff;
  --color-cta-secondary-text: #16181d;
  --color-link: #004edb;
  --color-link-hover: #003fb5;
  --color-border: #e2e2de;
  --color-border-strong: #d4d4ce;
  --color-border-focus: #004edb;
  --color-code-bg: #1a1b1e;
  --color-code-text: #e6e6e3;
  --color-semantic-success: #2e7d32;
  --color-semantic-warning: #b54708;
  --color-semantic-danger: #c01919;
  --color-semantic-info: #004edb;

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

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

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

  /* fonts */
  --font-display: 'IBM Plex Serif', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'writer', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'writer-mono', ui-monospace, monospace;
}
