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

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #000000;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #ebebeb;
  --color-surface-card: #ffffff;
  --color-surface-dark-elevated: #141414;
  --color-text: #000000;
  --color-text-body: #3d3d3d;
  --color-text-muted: #6b6b6b;
  --color-text-subtle: #999999;
  --color-brand: #ff5300;
  --color-brand-hover: #e64a00;
  --color-brand-disabled: #ffb999;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #a3a3a3;
  --color-on-dark-faint: rgba(255,255,255,0.02);
  --color-accent-mono: #000000;
  --color-eyebrow-tint: rgba(212,160,255,0.30);
  --color-border: #000000;
  --color-border-hairline: #e0e0e0;
  --color-border-on-dark: rgba(255,255,255,0.12);
  --color-semantic-up: #16a34a;
  --color-semantic-down: #dc2626;
  --color-focus-ring: rgba(255,83,0,0.40);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'HMAlphaMono', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'HMAlphaMono', ui-monospace, monospace;
}
