/**
 * Generated from Brex — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e0f12;
  --text-dim: #0e0f12;
  --text-faint: #b0b3bb;
  --brand: #a855ff;
  --on-brand: #ffffff;
  --border: rgba(14, 15, 18, 0.09);
  --border-strong: rgba(14, 15, 18, 0.16);
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f7;
  --color-bg-tile: #f0f0f3;
  --color-bg-soft-2: #f7f7f9;
  --color-bg-ink: #0e0f12;
  --color-bg-violet: #1a0d2e;
  --color-bg-gradient-wash: linear-gradient(180deg, rgba(255, 92, 173, 0.06) 0%, rgba(168, 85, 255, 0.06) 50%, rgba(91, 109, 255, 0.06) 100%);
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f9;
  --color-surface-cool: #f0f0f3;
  --color-surface-dark: #0e0f12;
  --color-text: #0e0f12;
  --color-text-strong: #000000;
  --color-text-body: #1c1d22;
  --color-text-muted: #5a5d66;
  --color-text-soft: #8a8d96;
  --color-text-faint: #b0b3bb;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #a3a6af;
  --color-brand: #a855ff;
  --color-brand-strong: #7e3df0;
  --color-brand-pink: #ff5cad;
  --color-brand-deep: #6b2ed3;
  --color-brand-hover: #9744ee;
  --color-brand-soft: #f3e8ff;
  --color-brand-tint: rgba(168, 85, 255, 0.08);
  --color-brand-glow: rgba(168, 85, 255, 0.32);
  --color-accent: #5b6dff;
  --color-accent-strong: #3b4eff;
  --color-accent-soft: rgba(91, 109, 255, 0.10);
  --color-on-brand: #ffffff;
  --color-cta-text: #ffffff;
  --color-link: #5b6dff;
  --color-link-hover: #3b4eff;
  --color-border: rgba(14, 15, 18, 0.09);
  --color-border-soft: rgba(14, 15, 18, 0.06);
  --color-border-strong: rgba(14, 15, 18, 0.16);
  --color-border-brand: rgba(168, 85, 255, 0.40);
  --color-shadow-ambient: rgba(14, 15, 18, 0.04);
  --color-shadow-card: rgba(14, 15, 18, 0.04) 0 4px 20px;
  --color-shadow-elev: rgba(14, 15, 18, 0.08) 0 12px 32px -8px;
  --color-shadow-popover: rgba(14, 15, 18, 0.10) 0 16px 40px -16px;
  --color-shadow-modal: rgba(14, 15, 18, 0.20) 0 24px 64px -16px;
  --color-shadow-glow-brand: rgba(168, 85, 255, 0.24) 0 8px 32px -4px;
  --color-scrim: rgba(14, 15, 18, 0.60);
  --color-gradient-primary: linear-gradient(135deg, #ff5cad 0%, #a855ff 50%, #5b6dff 100%);
  --color-gradient-hero: linear-gradient(135deg, #ff5cad 0%, #a855ff 60%, #5b6dff 100%);
  --color-gradient-wash: linear-gradient(135deg, rgba(255, 92, 173, 0.10) 0%, rgba(168, 85, 255, 0.10) 50%, rgba(91, 109, 255, 0.10) 100%);
  --color-gradient-vertical: linear-gradient(180deg, #ff5cad 0%, #a855ff 50%, #5b6dff 100%);
  --color-gradient-radial: radial-gradient(circle at 30% 30%, #ff5cad 0%, #a855ff 50%, #5b6dff 100%);
  --color-success: #10b981;
  --color-success-soft: rgba(16, 185, 129, 0.10);
  --color-warning: #f59e0b;
  --color-warning-soft: rgba(245, 158, 11, 0.10);
  --color-danger: #ef4444;
  --color-danger-soft: rgba(239, 68, 68, 0.10);
  --color-info: #5b6dff;
  --color-info-soft: rgba(91, 109, 255, 0.10);

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.035em;

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