/**
 * Generated from Anthropic — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #faf9f5;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #141413;
  --text-dim: #141413;
  --text-faint: #87867f;
  --brand: #cc785c;
  --on-brand: #faf9f5;
  --border: rgba(20, 20, 19, 0.10);
  --border-strong: rgba(20, 20, 19, 0.20);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #faf9f5;
  --color-bg-secondary: #f0eee6;
  --color-bg-secondary-hover: #e8e6dc;
  --color-surface: #ffffff;
  --color-text: #141413;
  --color-text-strong: #000000;
  --color-text-medium: #3d3d3a;
  --color-text-soft: #5e5d59;
  --color-text-faint: #87867f;
  --color-text-muted: #b0aea5;
  --color-brand: #cc785c;
  --color-brand-warm: #d97757;
  --color-brand-deep: #a04a2c;
  --color-on-brand: #faf9f5;
  --color-swatch-clay: #d97757;
  --color-swatch-kraft: #d4a27f;
  --color-swatch-manilla: #ebdbbc;
  --color-swatch-oat: #e3dacc;
  --color-swatch-coral: #ebcece;
  --color-swatch-fig: #c46686;
  --color-swatch-heather: #cbcadb;
  --color-swatch-cactus: #bcd1ca;
  --color-swatch-olive: #788c5d;
  --color-swatch-sky: #6a9bcc;
  --color-link: #141413;
  --color-link-hover: #cc785c;
  --color-selected-bg: #f0eee6;
  --color-disabled: #b0aea5;
  --color-border: rgba(20, 20, 19, 0.10);
  --color-border-strong: rgba(20, 20, 19, 0.20);
  --color-border-subtle: rgba(20, 20, 19, 0.05);
  --color-border-clay: rgba(204, 120, 92, 0.30);
  --color-success-bg: #bcd1ca;
  --color-success-text: #3d5a47;
  --color-warning-bg: #ebdbbc;
  --color-warning-text: #7a5e1f;
  --color-danger-bg: #ebcece;
  --color-danger-text: #8a3a3a;
  --color-info-bg: #cbcadb;
  --color-info-text: #3a3a6a;

  /* type */
  --display-size: 96px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 20px;
  --label-size: 13px;
  --body-line-height: 1.4;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

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