/**
 * Generated from Git — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f0efe7;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #4e443c;
  --text-dim: #4e443c;
  --text-faint: #4e443c;
  --brand: #f05033;
  --on-brand: #ffffff;
  --border: #d8d4c8;
  --border-strong: #d8d4c8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f0efe7;
  --color-surface: #ffffff;
  --color-text: #4e443c;
  --color-brand: #f05033;
  --color-on-brand: #ffffff;
  --color-border: #d8d4c8;
  --color-text-soft: #6b6259;
  --color-link: #0388a6;
  --color-dark: #323330;
  --color-code-bg: #ebe9e1;

  /* type */
  --display-size: 42px;
  --h1-size: 30px;
  --h2-size: 26px;
  --body-size: 15px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 5px;
  --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: 'Adelle', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Adelle', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
