:root {
  /* brand */
  --purple-900: #1c0f2b;
  --purple-800: #2e1849;
  --purple-700: #592c82;   /* nexwift.com primary */
  --purple-600: #6c3999;
  --purple-500: #8548b8;
  --purple-300: #b79bd6;
  --purple-glow: rgba(89, 44, 130, 0.45);

  /* surface */
  --bg: #08080b;
  --bg-elevated: #111116;
  --bg-elevated-2: #18181f;
  --border: #26262e;
  --border-soft: #1c1c22;

  /* text */
  --text: #f5f5f7;
  --text-muted: #9a9aa6;
  --text-faint: #6c6c78;

  /* type */
  --font-latin: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-arabic: "Tajawal", "Inter", -apple-system, "Segoe UI", sans-serif;

  /* scale */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --container: 1180px;

  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 120px var(--purple-glow);
}
