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

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cool: #f5f7fa;
  --color-bg-navy: #003087;
  --color-bg-midnight: #001c64;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f7fa;
  --color-surface-strong: #eaeced;
  --color-surface-cool: #dee3ea;
  --color-surface-navy-elevated: #0a3d97;
  --color-text: #001c64;
  --color-text-body: #2c2e2f;
  --color-text-muted: #545d68;
  --color-text-subtle: #6c7378;
  --color-text-on-cool: #2c2e2f;
  --color-brand: #003087;
  --color-brand-bright: #009cde;
  --color-brand-bright-hover: #0070ba;
  --color-brand-deep-hover: #001c64;
  --color-brand-disabled: #aab7c4;
  --color-on-brand: #ffffff;
  --color-on-navy: #ffffff;
  --color-on-navy-soft: #aab7c4;
  --color-link: #0070ba;
  --color-link-hover: #003087;
  --color-border: #cbd2d6;
  --color-border-strong: #9da3a6;
  --color-border-soft: #eaeced;
  --color-border-on-navy: rgba(255,255,255,0.20);
  --color-semantic-success: #108043;
  --color-semantic-warning: #f5a623;
  --color-semantic-danger: #d20000;
  --color-semantic-info: #009cde;
  --color-focus-ring: rgba(0,156,222,0.45);
  --color-shadow-ambient: rgba(0, 28, 100, 0.06);
  --color-shadow-soft: rgba(0, 28, 100, 0.10);
  --color-shadow-hard: rgba(0, 28, 100, 0.18);

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

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