/**
 * Generated from Venmo — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1f2e3a;
  --text-dim: #1f2e3a;
  --text-faint: #1f2e3a;
  --brand: #3d95ce;
  --on-brand: #ffffff;
  --border: #dbe2e8;
  --border-strong: #9aa5b1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cool: #f5f8fa;
  --color-bg-blue: #3d95ce;
  --color-bg-deep: #1f2e3a;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f8fa;
  --color-surface-strong: #e8edf2;
  --color-surface-blue-tint: #eef6fb;
  --color-surface-blue-elevated: #5ba9da;
  --color-text: #1f2e3a;
  --color-text-body: #2f3e4a;
  --color-text-muted: #6b7785;
  --color-text-subtle: #9aa5b1;
  --color-text-friend-name: #3d95ce;
  --color-brand: #3d95ce;
  --color-brand-hover: #2c7eb5;
  --color-brand-active: #225f8c;
  --color-brand-light: #a8d3ec;
  --color-brand-disabled: #bcd4e4;
  --color-on-brand: #ffffff;
  --color-on-deep: #ffffff;
  --color-on-deep-soft: #9aa5b1;
  --color-link: #3d95ce;
  --color-link-hover: #225f8c;
  --color-border: #dbe2e8;
  --color-border-strong: #9aa5b1;
  --color-border-soft: #e8edf2;
  --color-border-on-blue: rgba(255,255,255,0.22);
  --color-semantic-success: #2ea84f;
  --color-semantic-warning: #f5a623;
  --color-semantic-danger: #e02020;
  --color-semantic-info: #3d95ce;
  --color-social-like: #e02020;
  --color-focus-ring: rgba(61,149,206,0.40);
  --color-shadow-ambient: rgba(31, 46, 58, 0.06);
  --color-shadow-soft: rgba(31, 46, 58, 0.10);
  --color-shadow-hard: rgba(31, 46, 58, 0.18);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -2px;

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

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

  /* fonts */
  --font-display: 'Aktiv Grotesk Extended', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aktiv Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Aktiv Grotesk Mono', ui-monospace, monospace;
}
