/**
 * Bizdavar Design System — Tokens
 * پایهٔ یکپارچه رنگ، فاصله، تایپوگرافی و سایه
 */
:root {
  /* Brand */
  --yellow: #FFDE00;
  --yellow-dark: #e6c800;
  --navy: #16163f;
  --navy-light: #2a2a6a;
  --navy-deep: #0f0f2a;
  --red: #E62833;
  --dark: #1F2937;
  --gray: #F4F4F4;
  --gray-100: #f9fafb;
  --gray-200: #e5e7eb;
  --text: #050505;
  --text-muted: #4B5563;
  --white: #ffffff;
  --green: #10B981;
  --whatsapp: #25D366;
  --whatsapp-hover: #1ebe5d;
  --blue: #3B82F6;

  /* Spacing (4px base) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-section: 80px;
  --space-section-sm: 56px;

  /* Typography — Estedad (display) + Vazirmatn (body) */
  --font-display: 'Estedad', 'Vazirmatn', 'Tahoma', sans-serif;
  --font-body: 'Vazirmatn', 'Estedad', 'Tahoma', sans-serif;
  --font-sans: var(--font-body);
  --fw-regular: 400;
  --fw-medium: 600;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: clamp(1.75rem, 3vw, 2.25rem);
  --text-4xl: clamp(2rem, 4vw, 3rem);
  --text-hero: clamp(2.25rem, 5.5vw, 3.75rem);
  --text-section: clamp(1.625rem, 3.2vw, 2.25rem);
  --leading-tight: 1.3;
  --leading-normal: 1.7;
  --leading-relaxed: 1.85;

  /* Shape */
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Elevation */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.14);
  --shadow-navy: 0 12px 40px rgba(22, 22, 63, 0.25);

  /* Motion */
  --transition: 0.3s ease;
  --transition-fast: 0.15s ease;

  /* Layout */
  --container-max: 1200px;
  --container-wide: 1280px;
  --header-height: 72px;

  /* Z-index */
  --z-base: 1;
  --z-dropdown: 50;
  --z-sticky: 100;
  --z-drawer: 200;
  --z-overlay: 250;
  --z-modal: 300;
  --z-skip: 400;
}
