/**
 * Generated from Plaid — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f3f5f8;
  --surface-alt: #f3f5f8;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #a0a8b3;
  --brand: #0a85ea;
  --on-brand: #ffffff;
  --border: rgba(0, 0, 0, 0.10);
  --border-strong: rgba(0, 0, 0, 0.20);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f9fb;
  --color-bg-blue: #eaf3ff;
  --color-bg-cream: #f3efe6;
  --color-bg-ink: #000000;
  --color-surface: #f3f5f8;
  --color-surface-soft: #fafbfc;
  --color-surface-cream: #faf6ed;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-medium: #1a1f29;
  --color-text-muted: #4a5568;
  --color-text-soft: #7a8390;
  --color-text-faint: #a0a8b3;
  --color-brand: #0a85ea;
  --color-brand-strong: #0066c0;
  --color-brand-deep: #003c80;
  --color-brand-soft: #dceeff;
  --color-brand-wash: rgba(10, 133, 234, 0.08);
  --color-on-brand: #ffffff;
  --color-accent: #000000;
  --color-accent-soft: rgba(10, 133, 234, 0.08);
  --color-link: #0a85ea;
  --color-link-hover: #0066c0;
  --color-selected-bg: #eaf3ff;
  --color-disabled: #c4cad3;
  --color-border: rgba(0, 0, 0, 0.10);
  --color-border-strong: rgba(0, 0, 0, 0.20);
  --color-border-soft: rgba(0, 0, 0, 0.06);
  --color-border-blue: rgba(10, 133, 234, 0.30);
  --color-success-bg: #dcf3e3;
  --color-success-text: #1f5d3f;
  --color-warning-bg: #fff0c5;
  --color-warning-text: #7a5e1f;
  --color-danger-bg: #fde0e0;
  --color-danger-text: #8a2828;
  --color-info-bg: #dceeff;
  --color-info-text: #003c80;

  /* type */
  --display-size: 80px;
  --h1-size: 56px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* 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: 'Plaid Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Plaid Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
