/* =============================================
   Etqan Design System — Tokens
   ============================================= */

:root {
  /* Brand Colors */
  --color-brand-dark: #082c2b;
  --color-brand-dark-mid: #0a3836;
  --color-brand-dark-light: #0f4a47;
  --color-brand-gold: #c5a059;
  --color-brand-gold-light: #d4b87a;
  --color-brand-gold-dark: #a8864a;

  /* Neutrals */
  --color-white: #ffffff;
  --color-white-90: rgba(255, 255, 255, 0.9);
  --color-white-70: rgba(255, 255, 255, 0.7);
  --color-white-50: rgba(255, 255, 255, 0.5);
  --color-white-20: rgba(255, 255, 255, 0.2);
  --color-white-10: rgba(255, 255, 255, 0.1);
  --color-white-05: rgba(255, 255, 255, 0.05);

  /* Typography */
  --font-arabic: "Tajawal", "Segoe UI", sans-serif;
  --font-english: "Montserrat", "Segoe UI", sans-serif;

  --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: 1.875rem;
  --text-4xl: 2.25rem;

  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  /* Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 0.875rem;
  --radius-xl: 1.25rem;
  --radius-full: 9999px;

  /* Dashboard — Light Surface */
  --color-surface: #f7f9f9;
  --color-surface-card: #ffffff;
  --color-border: #e8ecec;
  --color-border-light: #f0f3f3;
  --color-text-primary: #0f2423;
  --color-text-secondary: #5c6b6a;
  --color-text-muted: #8a9695;
  --color-success: #2e7d52;
  --color-success-bg: #e8f5ee;
  --color-warning: #b8860b;
  --color-warning-bg: #fef6e4;
  --color-danger: #c0392b;
  --color-danger-bg: #fdecea;
  --color-info: #0f4a47;
  --color-info-bg: #e6f2f1;

  /* Layout */
  --sidebar-width: 260px;
  --navbar-height: 68px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(8, 44, 43, 0.06);
  --shadow-md: 0 4px 16px rgba(8, 44, 43, 0.08);
  --shadow-lg: 0 8px 32px rgba(8, 44, 43, 0.1);
  --shadow-gold: 0 4px 24px rgba(197, 160, 89, 0.25);
  --shadow-gold-lg: 0 8px 32px rgba(197, 160, 89, 0.35);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;
}
