:root {
  --sohar-red: #E31E24;
  --sohar-red-dark: #C4191F;
  --sohar-red-light: #FDEAEB;
  --sohar-black: #1A1A1A;
  --sohar-gray-900: #2D2D2D;
  --sohar-gray-700: #4A4A4A;
  --sohar-gray-500: #6B7280;
  --sohar-gray-400: #9CA3AF;
  --sohar-gray-300: #D1D5DB;
  --sohar-gray-200: #E5E7EB;
  --sohar-gray-100: #F3F4F6;
  --sohar-gray-50: #F9FAFB;
  --sohar-white: #FFFFFF;

  --color-primary: var(--sohar-red);
  --color-primary-hover: var(--sohar-red-dark);
  --color-primary-light: var(--sohar-red-light);
  --color-text: var(--sohar-gray-900);
  --color-text-muted: var(--sohar-gray-500);
  --color-bg: var(--sohar-gray-50);
  --color-surface: var(--sohar-white);
  --color-border: var(--sohar-gray-200);

  --status-draft: #6B7280;
  --status-submitted: #3B82F6;
  --status-screening: #8B5CF6;
  --status-review: #F59E0B;
  --status-info: #06B6D4;
  --status-approved: #10B981;
  --status-published: #059669;
  --status-progress: #2563EB;
  --status-closed: #64748B;
  --status-rejected: #EF4444;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.06);

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  --sidebar-width: 260px;
  --header-height: 64px;
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
