:root {
  --z-navy-950: #060b57;
  --z-navy-900: #0a105f;
  --z-navy-800: #101a68;
  --z-gold-700: #c77e00;
  --z-gold-600: #e09400;
  --z-gold-500: #f0a400;
  --z-ink: #111936;
  --z-muted: #626b82;
  --z-subtle: #8b93a7;
  --z-canvas: #f7f9fc;
  --z-surface: #ffffff;
  --z-surface-soft: #fbfcff;
  --z-border: #e4e8f0;
  --z-success: #13875d;
  --z-danger: #b42318;
  --z-family-human: #315bd5;
  --z-family-finance: #178653;
  --z-family-crm: #7356d8;
  --z-family-ai: #e09400;
  --z-font-fa: "Yekan Bakh FaNum", "Yekan Bakh Fa", Tahoma, sans-serif;
  --z-font-technical: "Yekan Bakh Fa-En", Arial, sans-serif;
  --z-container: 1240px;
  --z-radius-sm: 10px;
  --z-radius-md: 16px;
  --z-radius-lg: 24px;
  --z-shadow-sm: 0 8px 28px rgb(18 29 80 / 7%);
  --z-shadow-md: 0 20px 60px rgb(18 29 80 / 11%);
  --z-space-1: 0.25rem;
  --z-space-2: 0.5rem;
  --z-space-3: 0.75rem;
  --z-space-4: 1rem;
  --z-space-5: 1.5rem;
  --z-space-6: 2rem;
  --z-space-7: 3rem;
  --z-space-8: 4.5rem;
  --z-transition: 180ms ease;
}
