/**
 * Generated from Aesop — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffef2;
  --surface: #f7ecdd;
  --surface-alt: #f7ecdd;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #8a8a8a;
  --brand: #333333;
  --on-brand: #fffef2;
  --border: #333333;
  --border-strong: #333333;
  --success: #3a5a40;
  --warning: #8a6d3b;
  --danger: #7a3030;

  /* full color palette */
  --color-bg: #fffef2;
  --color-bg-soft: #faf6ea;
  --color-surface: #f7ecdd;
  --color-surface-deep: #efe3d2;
  --color-brand: #333333;
  --color-brand-hover: #1f1f1f;
  --color-on-brand: #fffef2;
  --color-text: #333333;
  --color-text-strong: #1f1f1f;
  --color-text-muted: #666666;
  --color-text-faint: #8a8a8a;
  --color-border: #333333;
  --color-border-soft: #d9cfbe;
  --color-border-faint: #e6dcc9;
  --color-success: #3a5a40;
  --color-warning: #8a6d3b;
  --color-danger: #7a3030;

  /* type */
  --display-size: 48px;
  --h1-size: 36px;
  --h2-size: 30px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.01em;

  /* shape */
  --radius-button: 2px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Suisse Intl Mono', ui-monospace, monospace;
}
