/**
 * Generated from Claude.ai — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f8f8f6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #b4b4a8;
  --brand: #cd6f47;
  --on-brand: #ffffff;
  --border: rgba(18,18,18,0.12);
  --border-strong: rgba(18,18,18,0.18);
  --success: #5a8c5a;
  --warning: #b58a3c;
  --danger: #b54a3c;

  /* full color palette */
  --color-bg: #f8f8f6;
  --color-bg-soft: #faf9f5;
  --color-bg-deep: #f0efea;
  --color-surface: #ffffff;
  --color-surface-soft: #fbfaf6;
  --color-surface-warm: #f3f0ea;
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-muted: #666660;
  --color-text-subtle: #8e8e85;
  --color-text-faint: #b4b4a8;
  --color-text-on-brand: #ffffff;
  --color-text-on-cta: #f8f8f6;
  --color-text-on-dark: #f3f0ea;
  --color-brand: #cd6f47;
  --color-brand-soft: #f3e7df;
  --color-brand-paler: #fdf0e8;
  --color-brand-strong: #a85530;
  --color-brand-deep: #7d3c1f;
  --color-on-brand: #ffffff;
  --color-cta-bg: #121212;
  --color-cta-text: #f8f8f6;
  --color-cta-hover: #2a2a2a;
  --color-cta-active: #3d3d3d;
  --color-link: #121212;
  --color-link-hover: #cd6f47;
  --color-link-visited: #7d3c1f;
  --color-border: rgba(18,18,18,0.12);
  --color-border-soft: rgba(18,18,18,0.06);
  --color-border-strong: rgba(18,18,18,0.18);
  --color-scrim: rgba(18,18,18,0.45);
  --color-shadow-warm: rgba(18,18,18,0.04);
  --color-shadow-card: rgba(18,18,18,0.06);
  --color-shadow-elev: rgba(18,18,18,0.10);
  --color-shadow-modal: rgba(18,18,18,0.18);
  --color-success: #5a8c5a;
  --color-success-soft: #e6efe2;
  --color-warning: #b58a3c;
  --color-warning-soft: #fbf3df;
  --color-danger: #b54a3c;
  --color-danger-soft: #fbe8e3;
  --color-info: #5a708c;
  --color-highlight: #fbe8d6;

  /* type */
  --display-size: 56px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: normal;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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