/**
 * Generated from Harvey — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f0e0d;
  --surface: #1a1918;
  --surface-alt: #1a1918;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255, 255, 255, 0.40);
  --brand: #fafaf9;
  --on-brand: #0f0e0d;
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.24);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0f0e0d;
  --color-text: #ffffff;
  --color-brand: #fafaf9;
  --color-on-brand: #0f0e0d;
  --color-surface: #1a1918;
  --color-surface-raised: #242220;
  --color-overlay-backdrop: rgba(0, 0, 0, 0.6);
  --color-text-strong: #fafaf9;
  --color-text-secondary: rgba(255, 255, 255, 0.72);
  --color-text-muted: rgba(255, 255, 255, 0.56);
  --color-text-faint: rgba(255, 255, 255, 0.40);
  --color-link: #fafaf9;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(250, 250, 249, 0.08);
  --color-disabled: rgba(255, 255, 255, 0.32);
  --color-border: rgba(255, 255, 255, 0.12);
  --color-border-strong: rgba(255, 255, 255, 0.24);
  --color-border-subtle: rgba(255, 255, 255, 0.06);
  --color-success-bg: rgba(122, 158, 122, 0.14);
  --color-success-text: #a9c9a9;
  --color-warning-bg: rgba(201, 169, 110, 0.14);
  --color-warning-text: #d8be93;
  --color-danger-bg: rgba(196, 110, 110, 0.14);
  --color-danger-text: #e0a3a3;
  --color-info-bg: rgba(255, 255, 255, 0.08);
  --color-info-text: #fafaf9;

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

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

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

  /* fonts */
  --font-display: 'HarveySerifFont', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'HarveySansFont', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Söhne Mono', ui-monospace, monospace;
}
