/**
 * Generated from Nubank — 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: #8d0de3;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #000000;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-subtle: #f5f2fa;
  --color-bg-purple-tint: #f3e9fd;
  --color-surface: #ffffff;
  --color-surface-purple: #8d0de3;
  --color-surface-purple-deep: #6a0aab;
  --color-surface-purple-deepest: #3d0764;
  --color-text: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #595959;
  --color-text-subtle: #8a8a8a;
  --color-text-on-purple: #ffffff;
  --color-text-on-purple-muted: #ecd9ff;
  --color-brand: #8d0de3;
  --color-brand-bright: #a32ff0;
  --color-brand-deep: #6a0aab;
  --color-brand-soft: rgba(141, 13, 227, 0.10);
  --color-on-brand: #ffffff;
  --color-accent-pink: #ff4d8b;
  --color-accent-yellow: #ffd23f;
  --color-link: #8d0de3;
  --color-link-on-purple: #ffffff;
  --color-link-hover: #6a0aab;
  --color-border: #000000;
  --color-border-soft: rgba(0, 0, 0, 0.10);
  --color-border-purple: #8d0de3;
  --color-border-on-purple: rgba(255, 255, 255, 0.30);
  --color-semantic-success: #2db84f;
  --color-semantic-warning: #f5a623;
  --color-semantic-danger: #e02d2d;
  --color-semantic-info: #8d0de3;
  --color-focus-ring: rgba(141, 13, 227, 0.45);
  --color-shadow-ambient: rgba(17, 0, 33, 0.06);
  --color-shadow-soft: rgba(17, 0, 33, 0.10);
  --color-shadow-standard: rgba(17, 0, 33, 0.14);
  --color-shadow-elevated: rgba(17, 0, 33, 0.20);

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

  /* 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: 64px;

  /* fonts */
  --font-display: 'nuSansDisplay', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'nuSansText', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
