/**
 * Generated from Stripe — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #061b31;
  --text-dim: #061b31;
  --text-faint: #061b31;
  --brand: #533afd;
  --on-brand: #ffffff;
  --border: #e5edf5;
  --border-strong: #061b31;
  --success: #15be53;
  --warning: #9b6829;
  --danger: #ea2261;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-quiet: #f8fafd;
  --color-bg-min: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f9fc;
  --color-surface-elev: #ffffff;
  --color-bg-brand-dark: #1c1e54;
  --color-bg-dark-navy: #0d253d;
  --color-text: #061b31;
  --color-text-strong: #061b31;
  --color-text-soft: #50617a;
  --color-text-subdued: #64748d;
  --color-text-label: #273951;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255,255,255,0.7);
  --color-brand: #533afd;
  --color-brand-hover: #4434d4;
  --color-brand-deep: #2e2b8c;
  --color-brand-light: #665efd;
  --color-brand-tint: #e8e9ff;
  --color-brand-soft: #b9b9f9;
  --color-brand-bg-hover: rgba(83,58,253,0.05);
  --color-accent-ruby: #ea2261;
  --color-accent-magenta: #f96bee;
  --color-accent-magenta-soft: #ffd7ef;
  --color-accent-info: #2874ad;
  --color-border: #e5edf5;
  --color-border-default: #d4dee9;
  --color-border-strong: #061b31;
  --color-border-purple: #b9b9f9;
  --color-border-purple-soft: #d6d9fc;
  --color-border-magenta: #ffd7ef;
  --color-border-dashed: #362baa;
  --color-link: #533afd;
  --color-link-hover: #4434d4;
  --color-on-brand: #ffffff;
  --color-success: #15be53;
  --color-success-text: #108c3d;
  --color-success-bg: rgba(21,190,83,0.2);
  --color-success-border: rgba(21,190,83,0.4);
  --color-warning: #9b6829;
  --color-danger: #ea2261;
  --color-shadow-blue: rgba(50,50,93,0.25);
  --color-shadow-deep-blue: rgba(3,3,39,0.25);
  --color-shadow-black: rgba(0,0,0,0.1);
  --color-shadow-ambient: rgba(23,23,23,0.08);
  --color-shadow-soft: rgba(23,23,23,0.06);

  /* type */
  --display-size: 56px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -1.4px;

  /* shape */
  --radius-button: 5px;
  --radius-card: 6px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 11px;
  --space-xl: 14px;

  /* fonts */
  --font-display: 'sohne-var', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'sohne-var', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SourceCodePro', ui-monospace, monospace;
}
